#DF363D

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

Shades of Alizarin #DF363D

Tints of Alizarin #DF363D

Color information

#DF363D (or 0xDF363D) is unknown color: approx Alizarin. HEX triplet: DF, 36 and 3D. RGB value is (223,54,61). Sum of RGB (Red+Green+Blue) = 223+54+61=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF363D is #20C9C2. Grayscale: #696969. Windows color (decimal): -2148803 or 4011743. OLE color: 4011743.

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

Color convert

RGB2235461-
CMYK00.760.730.13
HSL357.51º72.53%54.31%-
HSV(B)357.51º75.78%87.45%-
XYZ32.5918.666.3-
YUV105.33102.99211.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.98%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=65.98%
G=15.98%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223546100.760.730.13357.5172.5354.31
HexDF363D04C49D1664936
Octal337667501141111554611166
Binary1101111111011011110101001100100100111011011001101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF363D; }

 p { color: rgb(223,54,61); }

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

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

 a { background-color: rgb(223,54,61); }

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

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

 span { border-color: rgb(223,54,61); }

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