#d64c2c

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

Shades of Trinidad #D64C2C

Tints of Trinidad #D64C2C

Color information

#D64C2C (or 0xD64C2C) is unknown color: approx Trinidad. HEX triplet: D6, 4C and 2C. RGB value is (214,76,44). Sum of RGB (Red+Green+Blue) = 214+76+44=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C2C is #29B3D3. Grayscale: #717171. Windows color (decimal): -2733012 or 2903254. OLE color: 2903254.

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

Color convert

RGB2147644-
CMYK00.640.790.16
HSL11.29º67.46%50.59%-
HSV(B)11.29º79.44%83.92%-
XYZ30.7719.654.55-
YUV113.6188.72199.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.07%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=64.07%
G=22.75%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214764400.640.790.1611.2967.4650.59
HexD64C2C0404F10b4333
Octal326114540100117201310363
Binary1101011010011001011000100000010011111000010111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64c2c; }

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

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

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

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

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

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

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

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