Html Css Color HEX #DC3039 Alizarin

📋 copy color: '#DC3039'

red 220 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #DC3039

Tints of Alizarin #DC3039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 67.69%
G = 14.77%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC3039 (or 0xDC3039) is known color: Alizarin. HEX triplet: DC, 30 and 39. RGB value is (220,48,57). Sum of RGB (Red+Green+Blue) = 220+48+57=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3039 is #23CFC6. Grayscale: #646464. Windows color (decimal): -2346951 or 3748060. OLE color: 3748060.

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

Color convert

RGB 220 48 57 -
CMYK 0 0.78 0.74 0.14
HSL 356.86º 0.71% 0.53% -
HSV(B) 356.86º 0.78% 0.86% -
XYZ 31.31 17.62 5.62 -
YUV 100.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 220 48 57 0 0.78 0.74 0.14 356.86 0.71 0.53
Hex DC 30 39 0 4E 4A E 165 47 35
Octal 334 60 71 0 116 112 16 545 107 65
Binary 11011100 110000 111001 0 1001110 1001010 1110 101100101 1000111 110101

Color Harmonies of #DC3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3039

Black with #DC3039

Text Example


Text Example

White with #DC3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3039; }

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

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

background-color css

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

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

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

border-color css

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

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

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