Html Css Color HEX #DC2930 Alizarin

📋 copy color: '#DC2930'

red 220 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #DC2930

Tints of Alizarin #DC2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 71.2%
G = 13.27%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2930 (or 0xDC2930) is known color: Alizarin. HEX triplet: DC, 29 and 30. RGB value is (220,41,48). Sum of RGB (Red+Green+Blue) = 220+41+48=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2930 is #23D6CF. Grayscale: #5F5F5F. Windows color (decimal): -2348752 or 3156444. OLE color: 3156444.

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

Color convert

RGB 220 41 48 -
CMYK 0 0.81 0.78 0.14
HSL 357.65º 0.72% 0.51% -
HSV(B) 357.65º 0.81% 0.86% -
XYZ 30.84 17.01 4.45 -
YUV 95.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 220 41 48 0 0.81 0.78 0.14 357.65 0.72 0.51
Hex DC 29 30 0 51 4E E 166 48 33
Octal 334 51 60 0 121 116 16 546 110 63
Binary 11011100 101001 110000 0 1010001 1001110 1110 101100110 1001000 110011

Color Harmonies of #DC2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2930

Black with #DC2930

Text Example


Text Example

White with #DC2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2930; }

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

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

background-color css

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

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

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

border-color css

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

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

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