Html Css Color HEX #D84422 Cinnabar

📋 copy color: '#D84422'

red 216 ◦ green 68 ◦ blue 34

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

Shades of Cinnabar #D84422

Tints of Cinnabar #D84422

RGB

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

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

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

R = 67.92%
G = 21.38%
B = 10.69%

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

#D84422 (or 0xD84422) is known color: Cinnabar. HEX triplet: D8, 44 and 22. RGB value is (216,68,34). Sum of RGB (Red+Green+Blue) = 216+68+34=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D84422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84422 is #27BBDD. Grayscale: #6C6C6C. Windows color (decimal): -2603998 or 2245848. OLE color: 2245848.

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

Color convert

RGB 216 68 34 -
CMYK 0 0.69 0.84 0.15
HSL 11.21º 0.73% 0.49% -
HSV(B) 11.21º 0.84% 0.85% -
XYZ 30.67 18.85 3.53 -
YUV 108.38 86.03 204.76 -
System Red Green Blue C M Y K H S L
Decimal 216 68 34 0 0.69 0.84 0.15 11.21 0.73 0.49
Hex D8 44 22 0 45 54 F B 49 31
Octal 330 104 42 0 105 124 17 13 111 61
Binary 11011000 1000100 100010 0 1000101 1010100 1111 1011 1001001 110001

Color Harmonies of #D84422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84422

Black with #D84422

Text Example


Text Example

White with #D84422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84422; }

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

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

background-color css

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

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

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

border-color css

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

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

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