Html Css Color HEX #DC4322 Cinnabar

📋 copy color: '#DC4322'

red 220 ◦ green 67 ◦ blue 34

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

Shades of Cinnabar #DC4322

Tints of Cinnabar #DC4322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

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

R = 68.54%
G = 20.87%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC4322 (or 0xDC4322) is known color: Cinnabar. HEX triplet: DC, 43 and 22. RGB value is (220,67,34). Sum of RGB (Red+Green+Blue) = 220+67+34=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4322 is #23BCDD. Grayscale: #6D6D6D. Windows color (decimal): -2342110 or 2245596. OLE color: 2245596.

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

Color convert

RGB 220 67 34 -
CMYK 0 0.70 0.85 0.14
HSL 10.65º 0.73% 0.5% -
HSV(B) 10.65º 0.85% 0.86% -
XYZ 31.81 19.35 3.57 -
YUV 108.99 85.69 207.18 -
System Red Green Blue C M Y K H S L
Decimal 220 67 34 0 0.70 0.85 0.14 10.65 0.73 0.5
Hex DC 43 22 0 46 55 E B 49 32
Octal 334 103 42 0 106 125 16 13 111 62
Binary 11011100 1000011 100010 0 1000110 1010101 1110 1011 1001001 110010

Color Harmonies of #DC4322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4322

Black with #DC4322

Text Example


Text Example

White with #DC4322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4322; }

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

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

background-color css

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

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

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

border-color css

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

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

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