Html Css Color HEX #D84421 Cinnabar

📋 copy color: '#D84421'

red 216 ◦ green 68 ◦ blue 33

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

Shades of Cinnabar #D84421

Tints of Cinnabar #D84421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 68.14%
G = 21.45%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D84421 (or 0xD84421) is known color: Cinnabar. HEX triplet: D8, 44 and 21. RGB value is (216,68,33). Sum of RGB (Red+Green+Blue) = 216+68+33=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D84421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84421 is #27BBDE. Grayscale: #6C6C6C. Windows color (decimal): -2603999 or 2180312. OLE color: 2180312.

HSL color Cylindrical-coordinate representation of color #D84421: hue angle of 11.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D84421 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 33 -
CMYK 0 0.69 0.85 0.15
HSL 11.48º 0.73% 0.49% -
HSV(B) 11.48º 0.85% 0.85% -
XYZ 30.66 18.84 3.46 -
YUV 108.26 85.53 204.85 -
System Red Green Blue C M Y K H S L
Decimal 216 68 33 0 0.69 0.85 0.15 11.48 0.73 0.49
Hex D8 44 21 0 45 55 F B 49 31
Octal 330 104 41 0 105 125 17 13 111 61
Binary 11011000 1000100 100001 0 1000101 1010101 1111 1011 1001001 110001

Color Harmonies of #D84421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84421

Black with #D84421

Text Example


Text Example

White with #D84421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84421; }

 p { color: rgb(216,68,33); }

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

background-color css

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

 a { background-color: rgb(216,68,33); }

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

border-color css

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

 span { border-color: rgb(216,68,33); }

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