#DF1E2D

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

Shades of Alizarin #DF1E2D

Tints of Alizarin #DF1E2D

Color information

#DF1E2D (or 0xDF1E2D) is unknown color: approx Alizarin. HEX triplet: DF, 1E and 2D. RGB value is (223,30,45). Sum of RGB (Red+Green+Blue) = 223+30+45=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E2D is #20E1D2. Grayscale: #595959. Windows color (decimal): -2154963 or 2957023. OLE color: 2957023.

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

Color convert

RGB2233045-
CMYK00.870.800.13
HSL355.34º76.28%49.61%-
HSV(B)355.34º86.55%87.45%-
XYZ31.3716.814.07-
YUV89.42102.94223.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 74.83%
GREEN value IS 30 (12.11% from 255) = 10.07%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=74.83%
G=10.07%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223304500.870.800.13355.3476.2849.61
HexDF1E2D05750D1634c32
Octal337365501271201554311462
Binary110111111111010110101010111101000011011011000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1E2D; }

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

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

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

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

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

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

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

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