#DF1A2D

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

Shades of Alizarin #DF1A2D

Tints of Alizarin #DF1A2D

Color information

#DF1A2D (or 0xDF1A2D) is unknown color: approx Alizarin. HEX triplet: DF, 1A and 2D. RGB value is (223,26,45). Sum of RGB (Red+Green+Blue) = 223+26+45=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A2D is #20E5D2. Grayscale: #575757. Windows color (decimal): -2155987 or 2955999. OLE color: 2955999.

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

Color convert

RGB2232645-
CMYK00.880.800.13
HSL354.21º79.12%48.82%-
HSV(B)354.21º88.34%87.45%-
XYZ31.2716.624.04-
YUV87.07104.27224.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 75.85%
GREEN value IS 26 (10.55% from 255) = 8.84%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=75.85%
G=8.84%
B=15.31%

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
Decimal223264500.880.800.13354.2179.1248.82
HexDF1A2D05850D1624f31
Octal337325501301201554211761
Binary110111111101010110101011000101000011011011000101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1A2D; }

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

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

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

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

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

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

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

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