Html Css Color HEX #D64C36 Cinnabar

📋 copy color: '#D64C36'

red 214 ◦ green 76 ◦ blue 54

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

Shades of Cinnabar #D64C36

Tints of Cinnabar #D64C36

RGB

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

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

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

R = 62.21%
G = 22.09%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D64C36 (or 0xD64C36) is known color: Cinnabar. HEX triplet: D6, 4C and 36. RGB value is (214,76,54). Sum of RGB (Red+Green+Blue) = 214+76+54=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C36 is #29B3C9. Grayscale: #727272. Windows color (decimal): -2733002 or 3558614. OLE color: 3558614.

HSL color Cylindrical-coordinate representation of color #D64C36: hue angle of 8.25º 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 #D64C36 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 76 54 -
CMYK 0 0.64 0.75 0.16
HSL 8.25º 0.66% 0.53% -
HSV(B) 8.25º 0.75% 0.84% -
XYZ 30.98 19.73 5.67 -
YUV 114.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 214 76 54 0 0.64 0.75 0.16 8.25 0.66 0.53
Hex D6 4C 36 0 40 4B 10 8 42 35
Octal 326 114 66 0 100 113 20 10 102 65
Binary 11010110 1001100 110110 0 1000000 1001011 10000 1000 1000010 110101

Color Harmonies of #D64C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C36

Black with #D64C36

Text Example


Text Example

White with #D64C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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