#D34B23

Color #D34B23 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #D34B23

Tints of Trinidad #D34B23

Color information

#D34B23 (or 0xD34B23) is unknown color: approx Trinidad. HEX triplet: D3, 4B and 23. RGB value is (211,75,35). Sum of RGB (Red+Green+Blue) = 211+75+35=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34B23 is #2CB4DC. Grayscale: #6F6F6F. Windows color (decimal): -2929885 or 2313171. OLE color: 2313171.

HSL color Cylindrical-coordinate representation of color #D34B23: hue angle of 13.64º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D34B23 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB2117535-
CMYK00.640.830.17
HSL13.64º71.54%48.24%-
HSV(B)13.64º83.41%82.75%-
XYZ29.68193.69-
YUV111.185.06199.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 65.73%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 35 (14.06% from 255) = 10.90%
R=65.73%
G=23.36%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211753500.640.830.1713.6471.5448.24
HexD34B230405311e4830
Octal323113430100123211611060
Binary1101001110010111000110100000010100111000111101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34B23; }

 p { color: rgb(211,75,35); }

 H1.HeaderClassName
 {
   color: #D34B23;
 }
 .AnyTagClassName
 {
   color: #D34B23;
 }
</style>
background-color css

<style>
 a { background-color: #D34B23; }

 a { background-color: rgb(211,75,35); }

 div.DivClassName
 {
   background-color: #D34B23;
 }
 .BgClassName
 {
   background-color: #D34B23;
 }
</style>
border-color css

<style>
 span { border-color: #D34B23; }

 span { border-color: rgb(211,75,35); }

 td.TdClassName
 {
   border-color: #D34B23;
 }
 .TagClassName
 {
   border-color: #D34B23;
 }
</style>