#DA273A

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

Shades of Alizarin #DA273A

Tints of Alizarin #DA273A

Color information

#DA273A (or 0xDA273A) is unknown color: approx Alizarin. HEX triplet: DA, 27 and 3A. RGB value is (218,39,58). Sum of RGB (Red+Green+Blue) = 218+39+58=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA273A is #25D8C5. Grayscale: #5E5E5E. Windows color (decimal): -2480326 or 3811290. OLE color: 3811290.

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

Color convert

RGB2183958-
CMYK00.820.730.15
HSL353.63º70.75%50.39%-
HSV(B)353.63º82.11%85.49%-
XYZ30.416.665.62-
YUV94.69107.3215.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.21%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=69.21%
G=12.38%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218395800.820.730.15353.6370.7550.39
HexDA273A05249F1624732
Octal332477201221111754210762
Binary1101101010011111101001010010100100111111011000101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA273A; }

 p { color: rgb(218,39,58); }

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

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

 a { background-color: rgb(218,39,58); }

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

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

 span { border-color: rgb(218,39,58); }

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