#DA2A2D

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

Shades of Alizarin #DA2A2D

Tints of Alizarin #DA2A2D

Color information

#DA2A2D (or 0xDA2A2D) is unknown color: approx Alizarin. HEX triplet: DA, 2A and 2D. RGB value is (218,42,45). Sum of RGB (Red+Green+Blue) = 218+42+45=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A2D is #25D5D2. Grayscale: #5F5F5F. Windows color (decimal): -2479571 or 2960090. OLE color: 2960090.

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

Color convert

RGB2184245-
CMYK00.810.790.15
HSL358.98º70.4%50.98%-
HSV(B)358.98º80.73%85.49%-
XYZ30.2216.754.12-
YUV94.9799.81215.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.48%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=71.48%
G=13.77%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218424500.810.790.15358.9870.450.98
HexDA2A2D0514FF1674633
Octal332525501211171754710663
Binary1101101010101010110101010001100111111111011001111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2A2D; }

 p { color: rgb(218,42,45); }

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

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

 a { background-color: rgb(218,42,45); }

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

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

 span { border-color: rgb(218,42,45); }

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