Html Css Color HEX #DC3722 Cinnabar

📋 copy color: '#DC3722'

red 220 ◦ green 55 ◦ blue 34

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

Shades of Cinnabar #DC3722

Tints of Cinnabar #DC3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

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

R = 71.2%
G = 17.8%
B = 11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC3722 (or 0xDC3722) is known color: Cinnabar. HEX triplet: DC, 37 and 22. RGB value is (220,55,34). Sum of RGB (Red+Green+Blue) = 220+55+34=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3722 is #23C8DD. Grayscale: #666666. Windows color (decimal): -2345182 or 2242524. OLE color: 2242524.

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

Color convert

RGB 220 55 34 -
CMYK 0 0.75 0.85 0.14
HSL 6.77º 0.73% 0.5% -
HSV(B) 6.77º 0.85% 0.86% -
XYZ 31.17 18.06 3.36 -
YUV 101.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 220 55 34 0 0.75 0.85 0.14 6.77 0.73 0.5
Hex DC 37 22 0 4B 55 E 7 49 32
Octal 334 67 42 0 113 125 16 7 111 62
Binary 11011100 110111 100010 0 1001011 1010101 1110 111 1001001 110010

Color Harmonies of #DC3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3722

Black with #DC3722

Text Example


Text Example

White with #DC3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3722; }

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

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

background-color css

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

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

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

border-color css

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

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

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