#DA2C38

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

Shades of Alizarin #DA2C38

Tints of Alizarin #DA2C38

Color information

#DA2C38 (or 0xDA2C38) is unknown color: approx Alizarin. HEX triplet: DA, 2C and 38. RGB value is (218,44,56). Sum of RGB (Red+Green+Blue) = 218+44+56=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2C38 is #25D3C7. Grayscale: #616161. Windows color (decimal): -2479048 or 3681498. OLE color: 3681498.

HSL color Cylindrical-coordinate representation of color #DA2C38: hue angle of 355.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C38 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB2184456-
CMYK00.800.740.15
HSL355.86º70.16%51.37%-
HSV(B)355.86º79.82%85.49%-
XYZ30.5316.995.41-
YUV97.39104.65214.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.55%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=68.55%
G=13.84%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218445600.800.740.15355.8670.1651.37
HexDA2C380504AF1644633
Octal332547001201121754410663
Binary1101101010110011100001010000100101011111011001001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2C38; }

 p { color: rgb(218,44,56); }

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

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

 a { background-color: rgb(218,44,56); }

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

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

 span { border-color: rgb(218,44,56); }

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