#DF343F

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

Shades of Alizarin #DF343F

Tints of Alizarin #DF343F

Color information

#DF343F (or 0xDF343F) is unknown color: approx Alizarin. HEX triplet: DF, 34 and 3F. RGB value is (223,52,63). Sum of RGB (Red+Green+Blue) = 223+52+63=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF343F is #20CBC0. Grayscale: #686868. Windows color (decimal): -2149313 or 4142303. OLE color: 4142303.

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

Color convert

RGB2235263-
CMYK00.770.720.13
HSL356.14º72.77%53.92%-
HSV(B)356.14º76.68%87.45%-
XYZ32.5618.56.56-
YUV104.38104.65212.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.98%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 63 (25% from 255) = 18.64%
R=65.98%
G=15.38%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223526300.770.720.13356.1472.7753.92
HexDF343F04D48D1644936
Octal337647701151101554411166
Binary1101111111010011111101001101100100011011011001001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF343F; }

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

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

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

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

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

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

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

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