Html Css Color HEX #DC3037 Alizarin

📋 copy color: '#DC3037'

red 220 ◦ green 48 ◦ blue 55

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

Shades of Alizarin #DC3037

Tints of Alizarin #DC3037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 68.11%
G = 14.86%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC3037 (or 0xDC3037) is known color: Alizarin. HEX triplet: DC, 30 and 37. RGB value is (220,48,55). Sum of RGB (Red+Green+Blue) = 220+48+55=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3037 is #23CFC8. Grayscale: #646464. Windows color (decimal): -2346953 or 3616988. OLE color: 3616988.

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

Color convert

RGB 220 48 55 -
CMYK 0 0.78 0.75 0.14
HSL 357.56º 0.71% 0.53% -
HSV(B) 357.56º 0.78% 0.86% -
XYZ 31.26 17.61 5.36 -
YUV 100.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 220 48 55 0 0.78 0.75 0.14 357.56 0.71 0.53
Hex DC 30 37 0 4E 4B E 166 47 35
Octal 334 60 67 0 116 113 16 546 107 65
Binary 11011100 110000 110111 0 1001110 1001011 1110 101100110 1000111 110101

Color Harmonies of #DC3037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3037

Black with #DC3037

Text Example


Text Example

White with #DC3037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3037; }

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

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

background-color css

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

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

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

border-color css

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

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

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