#DC2D3A

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

Shades of Alizarin #DC2D3A

Tints of Alizarin #DC2D3A

Color information

#DC2D3A (or 0xDC2D3A) is unknown color: approx Alizarin. HEX triplet: DC, 2D and 3A. RGB value is (220,45,58). Sum of RGB (Red+Green+Blue) = 220+45+58=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D3A is #23D2C5. Grayscale: #626262. Windows color (decimal): -2347718 or 3812828. OLE color: 3812828.

HSL color Cylindrical-coordinate representation of color #DC2D3A: hue angle of 355.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D3A is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB2204558-
CMYK00.800.740.14
HSL355.54º71.43%51.96%-
HSV(B)355.54º79.55%86.27%-
XYZ31.2217.45.72-
YUV98.81104.98214.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 68.11%
GREEN value IS 45 (17.97% from 255) = 13.93%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=68.11%
G=13.93%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220455800.800.740.14355.5471.4351.96
HexDC2D3A0504AE1644734
Octal334557201201121654410764
Binary1101110010110111101001010000100101011101011001001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2D3A; }

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

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

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

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

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

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

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

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