#D34932

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

Shades of Trinidad #D34932

Tints of Trinidad #D34932

Color information

#D34932 (or 0xD34932) is unknown color: approx Trinidad. HEX triplet: D3, 49 and 32. RGB value is (211,73,50). Sum of RGB (Red+Green+Blue) = 211+73+50=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D34932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34932 is #2CB6CD. Grayscale: #6F6F6F. Windows color (decimal): -2930382 or 3295699. OLE color: 3295699.

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

Color convert

RGB2117350-
CMYK00.650.760.17
HSL8.57º64.66%51.18%-
HSV(B)8.57º76.3%82.75%-
XYZ29.8218.845.08-
YUV111.6493.22198.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.17%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=63.17%
G=21.86%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211735000.650.760.178.5764.6651.18
HexD349320414C1194133
Octal323111620101114211110163
Binary1101001110010011100100100000110011001000110011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34932; }

 p { color: rgb(211,73,50); }

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

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

 a { background-color: rgb(211,73,50); }

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

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

 span { border-color: rgb(211,73,50); }

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