#DF2D3F

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

Shades of Alizarin #DF2D3F

Tints of Alizarin #DF2D3F

Color information

#DF2D3F (or 0xDF2D3F) is unknown color: approx Alizarin. HEX triplet: DF, 2D and 3F. RGB value is (223,45,63). Sum of RGB (Red+Green+Blue) = 223+45+63=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D3F is #20D2C0. Grayscale: #646464. Windows color (decimal): -2151105 or 4140511. OLE color: 4140511.

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

Color convert

RGB2234563-
CMYK00.800.720.13
HSL353.93º73.55%52.55%-
HSV(B)353.93º79.82%87.45%-
XYZ32.2717.926.46-
YUV100.27106.97215.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 67.37%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 63 (25% from 255) = 19.03%
R=67.37%
G=13.60%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223456300.800.720.13353.9373.5552.55
HexDF2D3F05048D1624a35
Octal337557701201101554211265
Binary1101111110110111111101010000100100011011011000101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2D3F; }

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

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

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

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

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

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

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

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