Html Css Color HEX #DC2830 Alizarin

📋 copy color: '#DC2830'

red 220 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #DC2830

Tints of Alizarin #DC2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 71.43%
G = 12.99%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2830 (or 0xDC2830) is known color: Alizarin. HEX triplet: DC, 28 and 30. RGB value is (220,40,48). Sum of RGB (Red+Green+Blue) = 220+40+48=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2830 is #23D7CF. Grayscale: #5E5E5E. Windows color (decimal): -2349008 or 3156188. OLE color: 3156188.

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

Color convert

RGB 220 40 48 -
CMYK 0 0.82 0.78 0.14
HSL 357.33º 0.72% 0.51% -
HSV(B) 357.33º 0.82% 0.86% -
XYZ 30.81 16.95 4.44 -
YUV 94.73 101.63 217.35 -
System Red Green Blue C M Y K H S L
Decimal 220 40 48 0 0.82 0.78 0.14 357.33 0.72 0.51
Hex DC 28 30 0 52 4E E 165 48 33
Octal 334 50 60 0 122 116 16 545 110 63
Binary 11011100 101000 110000 0 1010010 1001110 1110 101100101 1001000 110011

Color Harmonies of #DC2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2830

Black with #DC2830

Text Example


Text Example

White with #DC2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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