#D64C31

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

Shades of Trinidad #D64C31

Tints of Trinidad #D64C31

Color information

#D64C31 (or 0xD64C31) is unknown color: approx Trinidad. HEX triplet: D6, 4C and 31. RGB value is (214,76,49). Sum of RGB (Red+Green+Blue) = 214+76+49=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C31 is #29B3CE. Grayscale: #727272. Windows color (decimal): -2733007 or 3230934. OLE color: 3230934.

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

Color convert

RGB2147649-
CMYK00.640.770.16
HSL9.82º66.8%51.57%-
HSV(B)9.82º77.1%83.92%-
XYZ30.8719.695.08-
YUV114.1891.22199.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.13%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=63.13%
G=22.42%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214764900.640.770.169.8266.851.57
HexD64C310404D10a4334
Octal326114610100115201210364
Binary1101011010011001100010100000010011011000010101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C31; }

 p { color: rgb(214,76,49); }

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

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

 a { background-color: rgb(214,76,49); }

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

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

 span { border-color: rgb(214,76,49); }

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