#DF1E2B

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

Shades of Alizarin #DF1E2B

Tints of Alizarin #DF1E2B

Color information

#DF1E2B (or 0xDF1E2B) is unknown color: approx Alizarin. HEX triplet: DF, 1E and 2B. RGB value is (223,30,43). Sum of RGB (Red+Green+Blue) = 223+30+43=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E2B is #20E1D4. Grayscale: #595959. Windows color (decimal): -2154965 or 2825951. OLE color: 2825951.

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

Color convert

RGB2233043-
CMYK00.870.810.13
HSL355.96º76.28%49.61%-
HSV(B)355.96º86.55%87.45%-
XYZ31.3316.793.88-
YUV89.19101.94223.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 75.34%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=75.34%
G=10.14%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223304300.870.810.13355.9676.2849.61
HexDF1E2B05751D1644c32
Octal337365301271211554411462
Binary110111111111010101101010111101000111011011001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1E2B; }

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

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

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

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

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

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

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

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