#DA293B

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

Shades of Alizarin #DA293B

Tints of Alizarin #DA293B

Color information

#DA293B (or 0xDA293B) is unknown color: approx Alizarin. HEX triplet: DA, 29 and 3B. RGB value is (218,41,59). Sum of RGB (Red+Green+Blue) = 218+41+59=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA293B is #25D6C4. Grayscale: #606060. Windows color (decimal): -2479813 or 3877338. OLE color: 3877338.

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

Color convert

RGB2184159-
CMYK00.810.730.15
HSL353.9º70.52%50.78%-
HSV(B)353.9º81.19%85.49%-
XYZ30.516.815.77-
YUV95.98107.14215.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.55%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 59 (23.44% from 255) = 18.55%
R=68.55%
G=12.89%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218415900.810.730.15353.970.5250.78
HexDA293B05149F1624733
Octal332517301211111754210763
Binary1101101010100111101101010001100100111111011000101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA293B; }

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

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

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

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

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

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

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

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