#DF3942

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

Shades of Alizarin #DF3942

Tints of Alizarin #DF3942

Color information

#DF3942 (or 0xDF3942) is unknown color: approx Alizarin. HEX triplet: DF, 39 and 42. RGB value is (223,57,66). Sum of RGB (Red+Green+Blue) = 223+57+66=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3942 is #20C6BD. Grayscale: #6B6B6B. Windows color (decimal): -2148030 or 4340191. OLE color: 4340191.

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

Color convert

RGB2235766-
CMYK00.740.700.13
HSL356.75º72.17%54.9%-
HSV(B)356.75º74.44%87.45%-
XYZ32.8819.017.09-
YUV107.66104.5210.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.45%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=64.45%
G=16.47%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223576600.740.700.13356.7572.1754.9
HexDF394204A46D1654837
Octal3377110201121061554511067
Binary11011111111001100001001001010100011011011011001011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3942; }

 p { color: rgb(223,57,66); }

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

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

 a { background-color: rgb(223,57,66); }

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

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

 span { border-color: rgb(223,57,66); }

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