#DC2B30

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

Shades of Alizarin #DC2B30

Tints of Alizarin #DC2B30

Color information

#DC2B30 (or 0xDC2B30) is unknown color: approx Alizarin. HEX triplet: DC, 2B and 30. RGB value is (220,43,48). Sum of RGB (Red+Green+Blue) = 220+43+48=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B30 is #23D4CF. Grayscale: #606060. Windows color (decimal): -2348240 or 3156956. OLE color: 3156956.

HSL color Cylindrical-coordinate representation of color #DC2B30: hue angle of 358.31º degrees, saturation: 0.72, 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 #DC2B30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB2204348-
CMYK00.800.780.14
HSL358.31º71.66%51.57%-
HSV(B)358.31º80.45%86.27%-
XYZ30.9117.164.48-
YUV96.49100.64216.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.74%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 48 (19.14% from 255) = 15.43%
R=70.74%
G=13.83%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220434800.800.780.14358.3171.6651.57
HexDC2B300504EE1664834
Octal334536001201161654611064
Binary1101110010101111000001010000100111011101011001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2B30; }

 p { color: rgb(220,43,48); }

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

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

 a { background-color: rgb(220,43,48); }

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

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

 span { border-color: rgb(220,43,48); }

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