#DC2E35

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

Shades of Alizarin #DC2E35

Tints of Alizarin #DC2E35

Color information

#DC2E35 (or 0xDC2E35) is unknown color: approx Alizarin. HEX triplet: DC, 2E and 35. RGB value is (220,46,53). Sum of RGB (Red+Green+Blue) = 220+46+53=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E35 is #23D1CA. Grayscale: #626262. Windows color (decimal): -2347467 or 3485404. OLE color: 3485404.

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

Color convert

RGB2204653-
CMYK00.790.760.14
HSL357.59º71.31%52.16%-
HSV(B)357.59º79.09%86.27%-
XYZ31.1317.435.09-
YUV98.82102.15214.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 68.97%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=68.97%
G=14.42%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220465300.790.760.14357.5971.3152.16
HexDC2E3504F4CE1664734
Octal334566501171141654610764
Binary1101110010111011010101001111100110011101011001101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2E35; }

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

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

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

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

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

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

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

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