Html Css Color HEX #DC2835 Alizarin

📋 copy color: '#DC2835'

red 220 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #DC2835

Tints of Alizarin #DC2835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 70.29%
G = 12.78%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2835 (or 0xDC2835) is known color: Alizarin. HEX triplet: DC, 28 and 35. RGB value is (220,40,53). Sum of RGB (Red+Green+Blue) = 220+40+53=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2835 is #23D7CA. Grayscale: #5F5F5F. Windows color (decimal): -2349003 or 3483868. OLE color: 3483868.

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

Color convert

RGB 220 40 53 -
CMYK 0 0.82 0.76 0.14
HSL 355.67º 0.72% 0.51% -
HSV(B) 355.67º 0.82% 0.86% -
XYZ 30.92 16.99 5.02 -
YUV 95.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 220 40 53 0 0.82 0.76 0.14 355.67 0.72 0.51
Hex DC 28 35 0 52 4C E 164 48 33
Octal 334 50 65 0 122 114 16 544 110 63
Binary 11011100 101000 110101 0 1010010 1001100 1110 101100100 1001000 110011

Color Harmonies of #DC2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2835

Black with #DC2835

Text Example


Text Example

White with #DC2835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2835; }

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

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

background-color css

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

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

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

border-color css

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

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

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