Shades of Alizarin #D5272B
Tints of Alizarin #D5272B
RGB
CMYK
RGB Variations
Color information
#D5272B (or 0xD5272B) is known color: Alizarin. HEX triplet: D5, 27 and 2B. RGB value is (213,39,43). Sum of RGB (Red+Green+Blue) = 213+39+43=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5272B is #2AD8D4. Grayscale: #5B5B5B. Windows color (decimal): -2808021 or 2828245. OLE color: 2828245.
HSL color Cylindrical-coordinate representation of color #D5272B: hue angle of 358.62º 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 #D5272B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 43 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.16 |
| HSL | 358.62º | 0.69% | 0.49% | - |
| HSV(B) | 358.62º | 0.82% | 0.84% | - |
| XYZ | 28.6 | 15.77 | 3.82 | - |
| YUV | 91.48 | 100.65 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 43 | 0 | 0.82 | 0.80 | 0.16 | 358.62 | 0.69 | 0.49 |
| Hex | D5 | 27 | 2B | 0 | 52 | 50 | 10 | 167 | 45 | 31 |
| Octal | 325 | 47 | 53 | 0 | 122 | 120 | 20 | 547 | 105 | 61 |
| Binary | 11010101 | 100111 | 101011 | 0 | 1010010 | 1010000 | 10000 | 101100111 | 1000101 | 110001 |
Color Harmonies of #D5272B
Complementary color
Monochromatic Colors of #D5272B
Black with #D5272B
Text Example
Text Example
White with #D5272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5272B; }
p { color: rgb(213,39,43); }
H1.HeaderClassName
{
color: #D5272B;
}
.AnyTagClassName
{
color: #D5272B;
}
</style>
background-color css
<style>
a { background-color: #D5272B; }
a { background-color: rgb(213,39,43); }
div.DivClassName
{
background-color: #D5272B;
}
.BgClassName
{
background-color: #D5272B;
}
</style>
border-color css
<style>
span { border-color: #D5272B; }
span { border-color: rgb(213,39,43); }
td.TdClassName
{
border-color: #D5272B;
}
.TagClassName
{
border-color: #D5272B;
}
</style>