#DA252F

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

Shades of Alizarin #DA252F

Tints of Alizarin #DA252F

Color information

#DA252F (or 0xDA252F) is unknown color: approx Alizarin. HEX triplet: DA, 25 and 2F. RGB value is (218,37,47). Sum of RGB (Red+Green+Blue) = 218+37+47=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA252F is #25DAD0. Grayscale: #5C5C5C. Windows color (decimal): -2480849 or 3089882. OLE color: 3089882.

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

Color convert

RGB2183747-
CMYK00.830.780.15
HSL356.69º70.98%50%-
HSV(B)356.69º83.03%85.49%-
XYZ30.0916.434.28-
YUV92.26102.47217.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.19%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=72.19%
G=12.25%
B=15.56%

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
Decimal218374700.830.780.15356.6970.9850
HexDA252F0534EF1654732
Octal332455701231161754510762
Binary1101101010010110111101010011100111011111011001011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA252F; }

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

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

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

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

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

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

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

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