Html Css Color HEX #D84032 Cinnabar

📋 copy color: '#D84032'

red 216 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #D84032

Tints of Cinnabar #D84032

RGB

 RED value IS 216 (84.77% from 255) = 65.45%

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

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

R = 65.45%
G = 19.39%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D84032 (or 0xD84032) is known color: Cinnabar. HEX triplet: D8, 40 and 32. RGB value is (216,64,50). Sum of RGB (Red+Green+Blue) = 216+64+50=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D84032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84032 is #27BFCD. Grayscale: #6C6C6C. Windows color (decimal): -2605006 or 3293400. OLE color: 3293400.

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

Color convert

RGB 216 64 50 -
CMYK 0 0.70 0.77 0.15
HSL 5.06º 0.68% 0.52% -
HSV(B) 5.06º 0.77% 0.85% -
XYZ 30.73 18.5 4.97 -
YUV 107.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 216 64 50 0 0.70 0.77 0.15 5.06 0.68 0.52
Hex D8 40 32 0 46 4D F 5 44 34
Octal 330 100 62 0 106 115 17 5 104 64
Binary 11011000 1000000 110010 0 1000110 1001101 1111 101 1000100 110100

Color Harmonies of #D84032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84032

Black with #D84032

Text Example


Text Example

White with #D84032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84032; }

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

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

background-color css

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

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

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

border-color css

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

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

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