Html Css Color HEX #DC3922 Cinnabar

📋 copy color: '#DC3922'

red 220 ◦ green 57 ◦ blue 34

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

Shades of Cinnabar #DC3922

Tints of Cinnabar #DC3922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

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

R = 70.74%
G = 18.33%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC3922 (or 0xDC3922) is known color: Cinnabar. HEX triplet: DC, 39 and 22. RGB value is (220,57,34). Sum of RGB (Red+Green+Blue) = 220+57+34=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3922 is #23C6DD. Grayscale: #676767. Windows color (decimal): -2344670 or 2243036. OLE color: 2243036.

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

Color convert

RGB 220 57 34 -
CMYK 0 0.74 0.85 0.14
HSL 7.42º 0.73% 0.5% -
HSV(B) 7.42º 0.85% 0.86% -
XYZ 31.27 18.26 3.39 -
YUV 103.12 89 211.37 -
System Red Green Blue C M Y K H S L
Decimal 220 57 34 0 0.74 0.85 0.14 7.42 0.73 0.5
Hex DC 39 22 0 4A 55 E 7 49 32
Octal 334 71 42 0 112 125 16 7 111 62
Binary 11011100 111001 100010 0 1001010 1010101 1110 111 1001001 110010

Color Harmonies of #DC3922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3922

Black with #DC3922

Text Example


Text Example

White with #DC3922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3922; }

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

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

background-color css

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

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

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

border-color css

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

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

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