Html Css Color HEX #DC3622 Cinnabar

📋 copy color: '#DC3622'

red 220 ◦ green 54 ◦ blue 34

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

Shades of Cinnabar #DC3622

Tints of Cinnabar #DC3622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 71.43%
G = 17.53%
B = 11.04%

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

#DC3622 (or 0xDC3622) is known color: Cinnabar. HEX triplet: DC, 36 and 22. RGB value is (220,54,34). Sum of RGB (Red+Green+Blue) = 220+54+34=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3622 is #23C9DD. Grayscale: #656565. Windows color (decimal): -2345438 or 2242268. OLE color: 2242268.

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

Color convert

RGB 220 54 34 -
CMYK 0 0.75 0.85 0.14
HSL 6.45º 0.73% 0.5% -
HSV(B) 6.45º 0.85% 0.86% -
XYZ 31.12 17.97 3.34 -
YUV 101.35 90 212.63 -
System Red Green Blue C M Y K H S L
Decimal 220 54 34 0 0.75 0.85 0.14 6.45 0.73 0.5
Hex DC 36 22 0 4B 55 E 6 49 32
Octal 334 66 42 0 113 125 16 6 111 62
Binary 11011100 110110 100010 0 1001011 1010101 1110 110 1001001 110010

Color Harmonies of #DC3622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3622

Black with #DC3622

Text Example


Text Example

White with #DC3622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3622; }

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

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

background-color css

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

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

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

border-color css

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

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

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