Html Css Color HEX #D64C39 Cinnabar

📋 copy color: '#D64C39'

red 214 ◦ green 76 ◦ blue 57

#D64C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #D64C39

Tints of Cinnabar #D64C39

RGB

 RED value IS 214 (83.98% from 255) = 61.67%

 GREEN value IS 76 (30.08% from 255) = 21.9%

 BLUE value IS 57 (22.66% from 255) = 16.43%

R = 61.67%
G = 21.9%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D64C39 (or 0xD64C39) is known color: Cinnabar. HEX triplet: D6, 4C and 39. RGB value is (214,76,57). Sum of RGB (Red+Green+Blue) = 214+76+57=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C39 is #29B3C6. Grayscale: #737373. Windows color (decimal): -2732999 or 3755222. OLE color: 3755222.

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

Color convert

RGB 214 76 57 -
CMYK 0 0.64 0.73 0.16
HSL 7.26º 0.66% 0.53% -
HSV(B) 7.26º 0.73% 0.84% -
XYZ 31.05 19.76 6.05 -
YUV 115.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 214 76 57 0 0.64 0.73 0.16 7.26 0.66 0.53
Hex D6 4C 39 0 40 49 10 7 42 35
Octal 326 114 71 0 100 111 20 7 102 65
Binary 11010110 1001100 111001 0 1000000 1001001 10000 111 1000010 110101

Color Harmonies of #D64C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C39

Black with #D64C39

Text Example


Text Example

White with #D64C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C39; }

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

 H1.HeaderClassName
 {
   color: #D64C39;
 }
 .AnyTagClassName
 {
   color: #D64C39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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