#DC192C

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

Shades of Alizarin #DC192C

Tints of Alizarin #DC192C

Color information

#DC192C (or 0xDC192C) is unknown color: approx Alizarin. HEX triplet: DC, 19 and 2C. RGB value is (220,25,44). Sum of RGB (Red+Green+Blue) = 220+25+44=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC192C is #23E6D3. Grayscale: #555555. Windows color (decimal): -2352852 or 2890204. OLE color: 2890204.

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

Color convert

RGB2202544-
CMYK00.890.80.14
HSL354.15º79.59%48.04%-
HSV(B)354.15º88.64%86.27%-
XYZ30.3216.093.89-
YUV85.47104.6223.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 76.12%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 44 (17.58% from 255) = 15.22%
R=76.12%
G=8.65%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.8
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220254400.890.80.14354.1579.5948.04
HexDC192C05950E1625030
Octal334315401311201654212060
Binary110111001100110110001011001101000011101011000101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC192C; }

 p { color: rgb(220,25,44); }

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

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

 a { background-color: rgb(220,25,44); }

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

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

 span { border-color: rgb(220,25,44); }

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