#DF1A2C

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

Shades of Alizarin #DF1A2C

Tints of Alizarin #DF1A2C

Color information

#DF1A2C (or 0xDF1A2C) is unknown color: approx Alizarin. HEX triplet: DF, 1A and 2C. RGB value is (223,26,44). Sum of RGB (Red+Green+Blue) = 223+26+44=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A2C is #20E5D3. Grayscale: #575757. Windows color (decimal): -2155988 or 2890463. OLE color: 2890463.

HSL color Cylindrical-coordinate representation of color #DF1A2C: hue angle of 354.52º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A2C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2232644-
CMYK00.880.800.13
HSL354.52º79.12%48.82%-
HSV(B)354.52º88.34%87.45%-
XYZ31.2616.613.94-
YUV86.96103.77225.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.11%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=76.11%
G=8.87%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223264400.880.800.13354.5279.1248.82
HexDF1A2C05850D1634f31
Octal337325401301201554311761
Binary110111111101010110001011000101000011011011000111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1A2C; }

 p { color: rgb(223,26,44); }

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

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

 a { background-color: rgb(223,26,44); }

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

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

 span { border-color: rgb(223,26,44); }

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