Html Css Color HEX #DC3931 Cinnabar

📋 copy color: '#DC3931'

red 220 ◦ green 57 ◦ blue 49

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

Shades of Cinnabar #DC3931

Tints of Cinnabar #DC3931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 67.48%
G = 17.48%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3931 (or 0xDC3931) is known color: Cinnabar. HEX triplet: DC, 39 and 31. RGB value is (220,57,49). Sum of RGB (Red+Green+Blue) = 220+57+49=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3931 is #23C6CE. Grayscale: #696969. Windows color (decimal): -2344655 or 3226076. OLE color: 3226076.

HSL color Cylindrical-coordinate representation of color #DC3931: hue angle of 2.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3931 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 49 -
CMYK 0 0.74 0.78 0.14
HSL 2.81º 0.71% 0.53% -
HSV(B) 2.81º 0.78% 0.86% -
XYZ 31.53 18.36 4.79 -
YUV 104.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 220 57 49 0 0.74 0.78 0.14 2.81 0.71 0.53
Hex DC 39 31 0 4A 4E E 3 47 35
Octal 334 71 61 0 112 116 16 3 107 65
Binary 11011100 111001 110001 0 1001010 1001110 1110 11 1000111 110101

Color Harmonies of #DC3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3931

Black with #DC3931

Text Example


Text Example

White with #DC3931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3931; }

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

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

background-color css

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

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

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

border-color css

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

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

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