#DC253A

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

Shades of Alizarin #DC253A

Tints of Alizarin #DC253A

Color information

#DC253A (or 0xDC253A) is unknown color: approx Alizarin. HEX triplet: DC, 25 and 3A. RGB value is (220,37,58). Sum of RGB (Red+Green+Blue) = 220+37+58=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC253A is #23DAC5. Grayscale: #5E5E5E. Windows color (decimal): -2349766 or 3810780. OLE color: 3810780.

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

Color convert

RGB2203758-
CMYK00.830.740.14
HSL353.11º72.33%50.39%-
HSV(B)353.11º83.18%86.27%-
XYZ30.9416.845.62-
YUV94.11107.63217.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 69.84%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=69.84%
G=11.75%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220375800.830.740.14353.1172.3350.39
HexDC253A0534AE1614832
Octal334457201231121654111062
Binary1101110010010111101001010011100101011101011000011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC253A; }

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

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

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

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

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

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

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

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