Html Css Color HEX #D64624 Cinnabar

📋 copy color: '#D64624'

red 214 ◦ green 70 ◦ blue 36

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

Shades of Cinnabar #D64624

Tints of Cinnabar #D64624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 66.88%
G = 21.88%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D64624 (or 0xD64624) is known color: Cinnabar. HEX triplet: D6, 46 and 24. RGB value is (214,70,36). Sum of RGB (Red+Green+Blue) = 214+70+36=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D64624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64624 is #29B9DB. Grayscale: #6D6D6D. Windows color (decimal): -2734556 or 2377430. OLE color: 2377430.

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

Color convert

RGB 214 70 36 -
CMYK 0 0.67 0.83 0.16
HSL 11.46º 0.71% 0.49% -
HSV(B) 11.46º 0.83% 0.84% -
XYZ 30.24 18.8 3.7 -
YUV 109.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 214 70 36 0 0.67 0.83 0.16 11.46 0.71 0.49
Hex D6 46 24 0 43 53 10 B 47 31
Octal 326 106 44 0 103 123 20 13 107 61
Binary 11010110 1000110 100100 0 1000011 1010011 10000 1011 1000111 110001

Color Harmonies of #D64624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64624

Black with #D64624

Text Example


Text Example

White with #D64624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64624; }

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

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

background-color css

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

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

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

border-color css

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

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

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