Html Css Color HEX #D64724 Cinnabar

📋 copy color: '#D64724'

red 214 ◦ green 71 ◦ blue 36

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

Shades of Cinnabar #D64724

Tints of Cinnabar #D64724

RGB

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

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

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

R = 66.67%
G = 22.12%
B = 11.21%

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

#D64724 (or 0xD64724) is known color: Cinnabar. HEX triplet: D6, 47 and 24. RGB value is (214,71,36). Sum of RGB (Red+Green+Blue) = 214+71+36=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D64724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64724 is #29B8DB. Grayscale: #6E6E6E. Windows color (decimal): -2734300 or 2377686. OLE color: 2377686.

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

Color convert

RGB 214 71 36 -
CMYK 0 0.67 0.83 0.16
HSL 11.8º 0.71% 0.49% -
HSV(B) 11.8º 0.83% 0.84% -
XYZ 30.3 18.93 3.73 -
YUV 109.77 86.38 202.35 -
System Red Green Blue C M Y K H S L
Decimal 214 71 36 0 0.67 0.83 0.16 11.8 0.71 0.49
Hex D6 47 24 0 43 53 10 C 47 31
Octal 326 107 44 0 103 123 20 14 107 61
Binary 11010110 1000111 100100 0 1000011 1010011 10000 1100 1000111 110001

Color Harmonies of #D64724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64724

Black with #D64724

Text Example


Text Example

White with #D64724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64724; }

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

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

background-color css

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

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

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

border-color css

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

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

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