Html Css Color HEX #D84921 Cinnabar

📋 copy color: '#D84921'

red 216 ◦ green 73 ◦ blue 33

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

Shades of Cinnabar #D84921

Tints of Cinnabar #D84921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 67.08%
G = 22.67%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D84921 (or 0xD84921) is known color: Cinnabar. HEX triplet: D8, 49 and 21. RGB value is (216,73,33). Sum of RGB (Red+Green+Blue) = 216+73+33=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D84921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84921 is #27B6DE. Grayscale: #6F6F6F. Windows color (decimal): -2602719 or 2181592. OLE color: 2181592.

HSL color Cylindrical-coordinate representation of color #D84921: hue angle of 13.11º 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 #D84921 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 73 33 -
CMYK 0 0.66 0.85 0.15
HSL 13.11º 0.73% 0.49% -
HSV(B) 13.11º 0.85% 0.85% -
XYZ 30.98 19.47 3.57 -
YUV 111.2 83.88 202.75 -
System Red Green Blue C M Y K H S L
Decimal 216 73 33 0 0.66 0.85 0.15 13.11 0.73 0.49
Hex D8 49 21 0 42 55 F D 49 31
Octal 330 111 41 0 102 125 17 15 111 61
Binary 11011000 1001001 100001 0 1000010 1010101 1111 1101 1001001 110001

Color Harmonies of #D84921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84921

Black with #D84921

Text Example


Text Example

White with #D84921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84921; }

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

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

background-color css

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

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

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

border-color css

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

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

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