#DF383C

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

Shades of Alizarin #DF383C

Tints of Alizarin #DF383C

Color information

#DF383C (or 0xDF383C) is unknown color: approx Alizarin. HEX triplet: DF, 38 and 3C. RGB value is (223,56,60). Sum of RGB (Red+Green+Blue) = 223+56+60=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF383C is #20C7C3. Grayscale: #6A6A6A. Windows color (decimal): -2148292 or 3946719. OLE color: 3946719.

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

Color convert

RGB2235660-
CMYK00.750.730.13
HSL358.56º72.29%54.71%-
HSV(B)358.56º74.89%87.45%-
XYZ32.6618.846.19-
YUV106.39101.83211.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.78%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=65.78%
G=16.52%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223566000.750.730.13358.5672.2954.71
HexDF383C04B49D1674837
Octal337707401131111554711067
Binary1101111111100011110001001011100100111011011001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF383C; }

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

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

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

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

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

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

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

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