#D64C24

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

Shades of Trinidad #D64C24

Tints of Trinidad #D64C24

Color information

#D64C24 (or 0xD64C24) is unknown color: approx Trinidad. HEX triplet: D6, 4C and 24. RGB value is (214,76,36). Sum of RGB (Red+Green+Blue) = 214+76+36=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C24 is #29B3DB. Grayscale: #707070. Windows color (decimal): -2733020 or 2378966. OLE color: 2378966.

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

Color convert

RGB2147636-
CMYK00.640.830.16
HSL13.48º71.2%49.02%-
HSV(B)13.48º83.18%83.92%-
XYZ30.6319.593.84-
YUV112.784.72200.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.64%
GREEN value IS 76 (30.08% from 255) = 23.31%
BLUE value IS 36 (14.45% from 255) = 11.04%
R=65.64%
G=23.31%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214763600.640.830.1613.4871.249.02
HexD64C240405310d4731
Octal326114440100123201510761
Binary1101011010011001001000100000010100111000011011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C24; }

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

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

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

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

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

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

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

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