#DC2B2F

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

Shades of Alizarin #DC2B2F

Tints of Alizarin #DC2B2F

Color information

#DC2B2F (or 0xDC2B2F) is unknown color: approx Alizarin. HEX triplet: DC, 2B and 2F. RGB value is (220,43,47). Sum of RGB (Red+Green+Blue) = 220+43+47=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B2F is #23D4D0. Grayscale: #606060. Windows color (decimal): -2348241 or 3091420. OLE color: 3091420.

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

Color convert

RGB2204347-
CMYK00.800.790.14
HSL358.64º71.66%51.57%-
HSV(B)358.64º80.45%86.27%-
XYZ30.8917.154.37-
YUV96.38100.14216.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.97%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 47 (18.75% from 255) = 15.16%
R=70.97%
G=13.87%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220434700.800.790.14358.6471.6651.57
HexDC2B2F0504FE1674834
Octal334535701201171654711064
Binary1101110010101110111101010000100111111101011001111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2B2F; }

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

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

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

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

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

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

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

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