Html Css Color HEX #D64032 Cinnabar

📋 copy color: '#D64032'

red 214 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #D64032

Tints of Cinnabar #D64032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 65.24%
G = 19.51%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64032 (or 0xD64032) is known color: Cinnabar. HEX triplet: D6, 40 and 32. RGB value is (214,64,50). Sum of RGB (Red+Green+Blue) = 214+64+50=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D64032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64032 is #29BFCD. Grayscale: #6B6B6B. Windows color (decimal): -2736078 or 3293398. OLE color: 3293398.

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

Color convert

RGB 214 64 50 -
CMYK 0 0.70 0.77 0.16
HSL 5.12º 0.67% 0.52% -
HSV(B) 5.12º 0.77% 0.84% -
XYZ 30.14 18.19 4.94 -
YUV 107.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 214 64 50 0 0.70 0.77 0.16 5.12 0.67 0.52
Hex D6 40 32 0 46 4D 10 5 43 34
Octal 326 100 62 0 106 115 20 5 103 64
Binary 11010110 1000000 110010 0 1000110 1001101 10000 101 1000011 110100

Color Harmonies of #D64032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64032

Black with #D64032

Text Example


Text Example

White with #D64032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64032; }

 p { color: rgb(214,64,50); }

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

background-color css

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

 a { background-color: rgb(214,64,50); }

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

border-color css

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

 span { border-color: rgb(214,64,50); }

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