Html Css Color HEX #D84222 Cinnabar

📋 copy color: '#D84222'

red 216 ◦ green 66 ◦ blue 34

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

Shades of Cinnabar #D84222

Tints of Cinnabar #D84222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 34 (13.67% from 255) = 10.76%

R = 68.35%
G = 20.89%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D84222 (or 0xD84222) is known color: Cinnabar. HEX triplet: D8, 42 and 22. RGB value is (216,66,34). Sum of RGB (Red+Green+Blue) = 216+66+34=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D84222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84222 is #27BDDD. Grayscale: #6B6B6B. Windows color (decimal): -2604510 or 2245336. OLE color: 2245336.

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

Color convert

RGB 216 66 34 -
CMYK 0 0.69 0.84 0.15
HSL 10.55º 0.73% 0.49% -
HSV(B) 10.55º 0.84% 0.85% -
XYZ 30.56 18.61 3.5 -
YUV 107.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 216 66 34 0 0.69 0.84 0.15 10.55 0.73 0.49
Hex D8 42 22 0 45 54 F B 49 31
Octal 330 102 42 0 105 124 17 13 111 61
Binary 11011000 1000010 100010 0 1000101 1010100 1111 1011 1001001 110001

Color Harmonies of #D84222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84222

Black with #D84222

Text Example


Text Example

White with #D84222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84222; }

 p { color: rgb(216,66,34); }

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

background-color css

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

 a { background-color: rgb(216,66,34); }

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

border-color css

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

 span { border-color: rgb(216,66,34); }

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