#DA2530

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

Shades of Alizarin #DA2530

Tints of Alizarin #DA2530

Color information

#DA2530 (or 0xDA2530) is unknown color: approx Alizarin. HEX triplet: DA, 25 and 30. RGB value is (218,37,48). Sum of RGB (Red+Green+Blue) = 218+37+48=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2530 is #25DACF. Grayscale: #5C5C5C. Windows color (decimal): -2480848 or 3155418. OLE color: 3155418.

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

Color convert

RGB2183748-
CMYK00.830.780.15
HSL356.35º70.98%50%-
HSV(B)356.35º83.03%85.49%-
XYZ30.1116.444.38-
YUV92.37102.97217.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.95%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 48 (19.14% from 255) = 15.84%
R=71.95%
G=12.21%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218374800.830.780.15356.3570.9850
HexDA25300534EF1644732
Octal332456001231161754410762
Binary1101101010010111000001010011100111011111011001001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2530; }

 p { color: rgb(218,37,48); }

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

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

 a { background-color: rgb(218,37,48); }

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

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

 span { border-color: rgb(218,37,48); }

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