Html Css Color HEX #D64524 Cinnabar

📋 copy color: '#D64524'

red 214 ◦ green 69 ◦ blue 36

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

Shades of Cinnabar #D64524

Tints of Cinnabar #D64524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 67.08%
G = 21.63%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D64524 (or 0xD64524) is known color: Cinnabar. HEX triplet: D6, 45 and 24. RGB value is (214,69,36). Sum of RGB (Red+Green+Blue) = 214+69+36=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D64524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64524 is #29BADB. Grayscale: #6C6C6C. Windows color (decimal): -2734812 or 2377174. OLE color: 2377174.

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

Color convert

RGB 214 69 36 -
CMYK 0 0.68 0.83 0.16
HSL 11.12º 0.71% 0.49% -
HSV(B) 11.12º 0.83% 0.84% -
XYZ 30.18 18.68 3.68 -
YUV 108.59 87.04 203.18 -
System Red Green Blue C M Y K H S L
Decimal 214 69 36 0 0.68 0.83 0.16 11.12 0.71 0.49
Hex D6 45 24 0 44 53 10 B 47 31
Octal 326 105 44 0 104 123 20 13 107 61
Binary 11010110 1000101 100100 0 1000100 1010011 10000 1011 1000111 110001

Color Harmonies of #D64524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64524

Black with #D64524

Text Example


Text Example

White with #D64524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64524; }

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

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

background-color css

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

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

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

border-color css

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

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

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