#DF1B2D

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

Shades of Alizarin #DF1B2D

Tints of Alizarin #DF1B2D

Color information

#DF1B2D (or 0xDF1B2D) is unknown color: approx Alizarin. HEX triplet: DF, 1B and 2D. RGB value is (223,27,45). Sum of RGB (Red+Green+Blue) = 223+27+45=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B2D is #20E4D2. Grayscale: #575757. Windows color (decimal): -2155731 or 2956255. OLE color: 2956255.

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

Color convert

RGB2232745-
CMYK00.880.800.13
HSL354.49º78.4%49.02%-
HSV(B)354.49º87.89%87.45%-
XYZ31.316.664.05-
YUV87.66103.93224.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 75.59%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=75.59%
G=9.15%
B=15.25%

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
Decimal223274500.880.800.13354.4978.449.02
HexDF1B2D05850D1624e31
Octal337335501301201554211661
Binary110111111101110110101011000101000011011011000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1B2D; }

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

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

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

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

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

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

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

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