#df3b41

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

Shades of Alizarin #DF3B41

Tints of Alizarin #DF3B41

Color information

#DF3B41 (or 0xDF3B41) is unknown color: approx Alizarin. HEX triplet: DF, 3B and 41. RGB value is (223,59,65). Sum of RGB (Red+Green+Blue) = 223+59+65=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B41 is #20C4BE. Grayscale: #6C6C6C. Windows color (decimal): -2147519 or 4275167. OLE color: 4275167.

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

Color convert

RGB2235965-
CMYK00.740.710.13
HSL357.8º71.93%55.29%-
HSV(B)357.8º73.54%87.45%-
XYZ32.9519.26.97-
YUV108.72103.33209.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.27%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=64.27%
G=17.00%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223596500.740.710.13357.871.9355.29
HexDF3B4104A47D1664837
Octal3377310101121071554611067
Binary11011111111011100000101001010100011111011011001101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3b41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3b41; }

 p { color: rgb(223,59,65); }

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

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

 a { background-color: rgb(223,59,65); }

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

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

 span { border-color: rgb(223,59,65); }

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