#D5273A

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

Shades of Alizarin #D5273A

Tints of Alizarin #D5273A

Color information

#D5273A (or 0xD5273A) is unknown color: approx Alizarin. HEX triplet: D5, 27 and 3A. RGB value is (213,39,58). Sum of RGB (Red+Green+Blue) = 213+39+58=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5273A is #2AD8C5. Grayscale: #5D5D5D. Windows color (decimal): -2808006 or 3811285. OLE color: 3811285.

HSL color Cylindrical-coordinate representation of color #D5273A: hue angle of 353.45º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5273A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2133958-
CMYK00.820.730.16
HSL353.45º69.05%49.41%-
HSV(B)353.45º81.69%83.53%-
XYZ28.9315.95.55-
YUV93.19108.15213.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.71%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=68.71%
G=12.58%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213395800.820.730.16353.4569.0549.41
HexD5273A05249101614531
Octal325477201221112054110561
Binary11010101100111111010010100101001001100001011000011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5273A; }

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

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

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

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

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

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

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

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