#DC2F30

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

Shades of Alizarin #DC2F30

Tints of Alizarin #DC2F30

Color information

#DC2F30 (or 0xDC2F30) is unknown color: approx Alizarin. HEX triplet: DC, 2F and 30. RGB value is (220,47,48). Sum of RGB (Red+Green+Blue) = 220+47+48=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F30 is #23D0CF. Grayscale: #636363. Windows color (decimal): -2347216 or 3157980. OLE color: 3157980.

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

Color convert

RGB2204748-
CMYK00.790.780.14
HSL359.65º71.19%52.35%-
HSV(B)359.65º78.64%86.27%-
XYZ31.0717.464.53-
YUV98.8499.31214.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 69.84%
GREEN value IS 47 (18.75% from 255) = 14.92%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=69.84%
G=14.92%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220474800.790.780.14359.6571.1952.35
HexDC2F3004F4EE1684734
Octal334576001171161655010764
Binary1101110010111111000001001111100111011101011010001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2F30; }

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

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

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

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

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

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

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

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