Html Css Color HEX #DC4422 Cinnabar

📋 copy color: '#DC4422'

red 220 ◦ green 68 ◦ blue 34

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

Shades of Cinnabar #DC4422

Tints of Cinnabar #DC4422

RGB

 RED value IS 220 (86.33% from 255) = 68.32%

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

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

R = 68.32%
G = 21.12%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC4422 (or 0xDC4422) is known color: Cinnabar. HEX triplet: DC, 44 and 22. RGB value is (220,68,34). Sum of RGB (Red+Green+Blue) = 220+68+34=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4422 is #23BBDD. Grayscale: #6D6D6D. Windows color (decimal): -2341854 or 2245852. OLE color: 2245852.

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

Color convert

RGB 220 68 34 -
CMYK 0 0.69 0.85 0.14
HSL 10.97º 0.73% 0.5% -
HSV(B) 10.97º 0.85% 0.86% -
XYZ 31.87 19.47 3.59 -
YUV 109.57 85.36 206.76 -
System Red Green Blue C M Y K H S L
Decimal 220 68 34 0 0.69 0.85 0.14 10.97 0.73 0.5
Hex DC 44 22 0 45 55 E B 49 32
Octal 334 104 42 0 105 125 16 13 111 62
Binary 11011100 1000100 100010 0 1000101 1010101 1110 1011 1001001 110010

Color Harmonies of #DC4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4422

Black with #DC4422

Text Example


Text Example

White with #DC4422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4422; }

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

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

background-color css

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

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

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

border-color css

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

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

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