#df3238

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

Shades of Alizarin #DF3238

Tints of Alizarin #DF3238

Color information

#DF3238 (or 0xDF3238) is unknown color: approx Alizarin. HEX triplet: DF, 32 and 38. RGB value is (223,50,56). Sum of RGB (Red+Green+Blue) = 223+50+56=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3238 is #20CDC7. Grayscale: #666666. Windows color (decimal): -2149832 or 3683039. OLE color: 3683039.

HSL color Cylindrical-coordinate representation of color #DF3238: hue angle of 357.92º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3238 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB2235056-
CMYK00.780.750.13
HSL357.92º73%53.53%-
HSV(B)357.92º77.58%87.45%-
XYZ32.2918.255.56-
YUV102.41101.81214.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 67.78%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 56 (22.27% from 255) = 17.02%
R=67.78%
G=15.20%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223505600.780.750.13357.927353.53
HexDF323804E4BD1664936
Octal337627001161131554611166
Binary1101111111001011100001001110100101111011011001101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3238; }

 p { color: rgb(223,50,56); }

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

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

 a { background-color: rgb(223,50,56); }

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

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

 span { border-color: rgb(223,50,56); }

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