#D64D33

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

Shades of Trinidad #D64D33

Tints of Trinidad #D64D33

Color information

#D64D33 (or 0xD64D33) is unknown color: approx Trinidad. HEX triplet: D6, 4D and 33. RGB value is (214,77,51). Sum of RGB (Red+Green+Blue) = 214+77+51=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D33 is #29B2CC. Grayscale: #737373. Windows color (decimal): -2732749 or 3362262. OLE color: 3362262.

HSL color Cylindrical-coordinate representation of color #D64D33: hue angle of 9.57º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D64D33 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2147751-
CMYK00.640.760.16
HSL9.57º66.53%51.96%-
HSV(B)9.57º76.17%83.92%-
XYZ30.9819.845.33-
YUV11591.89198.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.57%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 51 (20.31% from 255) = 14.91%
R=62.57%
G=22.51%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214775100.640.760.169.5766.5351.96
HexD64D330404C10a4334
Octal326115630100114201210364
Binary1101011010011011100110100000010011001000010101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64D33; }

 p { color: rgb(214,77,51); }

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

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

 a { background-color: rgb(214,77,51); }

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

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

 span { border-color: rgb(214,77,51); }

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