Html Css Color HEX #D64736 Cinnabar

📋 copy color: '#D64736'

red 214 ◦ green 71 ◦ blue 54

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

Shades of Cinnabar #D64736

Tints of Cinnabar #D64736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

 BLUE value IS 54 (21.48% from 255) = 15.93%

R = 63.13%
G = 20.94%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D64736 (or 0xD64736) is known color: Cinnabar. HEX triplet: D6, 47 and 36. RGB value is (214,71,54). Sum of RGB (Red+Green+Blue) = 214+71+54=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D64736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64736 is #29B8C9. Grayscale: #707070. Windows color (decimal): -2734282 or 3557334. OLE color: 3557334.

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

Color convert

RGB 214 71 54 -
CMYK 0 0.67 0.75 0.16
HSL 6.38º 0.66% 0.53% -
HSV(B) 6.38º 0.75% 0.84% -
XYZ 30.65 19.07 5.56 -
YUV 111.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 214 71 54 0 0.67 0.75 0.16 6.38 0.66 0.53
Hex D6 47 36 0 43 4B 10 6 42 35
Octal 326 107 66 0 103 113 20 6 102 65
Binary 11010110 1000111 110110 0 1000011 1001011 10000 110 1000010 110101

Color Harmonies of #D64736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64736

Black with #D64736

Text Example


Text Example

White with #D64736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64736; }

 p { color: rgb(214,71,54); }

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

background-color css

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

 a { background-color: rgb(214,71,54); }

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

border-color css

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

 span { border-color: rgb(214,71,54); }

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