#DC2535

Color #DC2535 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DC2535

Tints of Alizarin #DC2535

Color information

#DC2535 (or 0xDC2535) is unknown color: approx Alizarin. HEX triplet: DC, 25 and 35. RGB value is (220,37,53). Sum of RGB (Red+Green+Blue) = 220+37+53=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2535 is #23DACA. Grayscale: #5D5D5D. Windows color (decimal): -2349771 or 3483100. OLE color: 3483100.

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

Color convert

RGB2203753-
CMYK00.830.760.14
HSL354.75º72.33%50.39%-
HSV(B)354.75º83.18%86.27%-
XYZ30.8216.84.99-
YUV93.54105.13218.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.97%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=70.97%
G=11.94%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220375300.830.760.14354.7572.3350.39
HexDC25350534CE1634832
Octal334456501231141654311062
Binary1101110010010111010101010011100110011101011000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2535; }

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

 H1.HeaderClassName
 {
   color: #DC2535;
 }
 .AnyTagClassName
 {
   color: #DC2535;
 }
</style>
background-color css

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

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

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

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

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

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