Html Css Color HEX #DC3031 Alizarin

📋 copy color: '#DC3031'

red 220 ◦ green 48 ◦ blue 49

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

Shades of Alizarin #DC3031

Tints of Alizarin #DC3031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

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

R = 69.4%
G = 15.14%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3031 (or 0xDC3031) is known color: Alizarin. HEX triplet: DC, 30 and 31. RGB value is (220,48,49). Sum of RGB (Red+Green+Blue) = 220+48+49=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3031 is #23CFCE. Grayscale: #636363. Windows color (decimal): -2346959 or 3223772. OLE color: 3223772.

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

Color convert

RGB 220 48 49 -
CMYK 0 0.78 0.78 0.14
HSL 359.65º 0.71% 0.53% -
HSV(B) 359.65º 0.78% 0.86% -
XYZ 31.13 17.55 4.65 -
YUV 99.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 220 48 49 0 0.78 0.78 0.14 359.65 0.71 0.53
Hex DC 30 31 0 4E 4E E 168 47 35
Octal 334 60 61 0 116 116 16 550 107 65
Binary 11011100 110000 110001 0 1001110 1001110 1110 101101000 1000111 110101

Color Harmonies of #DC3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3031

Black with #DC3031

Text Example


Text Example

White with #DC3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3031; }

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

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

background-color css

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

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

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

border-color css

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

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

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