#DA293C

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

Shades of Alizarin #DA293C

Tints of Alizarin #DA293C

Color information

#DA293C (or 0xDA293C) is unknown color: approx Alizarin. HEX triplet: DA, 29 and 3C. RGB value is (218,41,60). Sum of RGB (Red+Green+Blue) = 218+41+60=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA293C is #25D6C3. Grayscale: #606060. Windows color (decimal): -2479812 or 3942874. OLE color: 3942874.

HSL color Cylindrical-coordinate representation of color #DA293C: hue angle of 353.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA293C is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2184160-
CMYK00.810.720.15
HSL353.56º70.52%50.78%-
HSV(B)353.56º81.19%85.49%-
XYZ30.5216.825.91-
YUV96.09107.64214.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.34%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=68.34%
G=12.85%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218416000.810.720.15353.5670.5250.78
HexDA293C05148F1624733
Octal332517401211101754210763
Binary1101101010100111110001010001100100011111011000101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA293C; }

 p { color: rgb(218,41,60); }

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

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

 a { background-color: rgb(218,41,60); }

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

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

 span { border-color: rgb(218,41,60); }

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