#DF383B

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

Shades of Alizarin #DF383B

Tints of Alizarin #DF383B

Color information

#DF383B (or 0xDF383B) is unknown color: approx Alizarin. HEX triplet: DF, 38 and 3B. RGB value is (223,56,59). Sum of RGB (Red+Green+Blue) = 223+56+59=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF383B is #20C7C4. Grayscale: #6A6A6A. Windows color (decimal): -2148293 or 3881183. OLE color: 3881183.

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

Color convert

RGB2235659-
CMYK00.750.740.13
HSL358.92º72.29%54.71%-
HSV(B)358.92º74.89%87.45%-
XYZ32.6418.836.05-
YUV106.28101.33211.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.98%
GREEN value IS 56 (22.27% from 255) = 16.57%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=65.98%
G=16.57%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223565900.750.740.13358.9272.2954.71
HexDF383B04B4AD1674837
Octal337707301131121554711067
Binary1101111111100011101101001011100101011011011001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF383B; }

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

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

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

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

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

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

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

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