Shades of Alizarin #D7263A
Tints of Alizarin #D7263A
RGB
CMYK
RGB Variations
Color information
#D7263A (or 0xD7263A) is known color: Alizarin. HEX triplet: D7, 26 and 3A. RGB value is (215,38,58). Sum of RGB (Red+Green+Blue) = 215+38+58=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7263A is #28D9C5. Grayscale: #5D5D5D. Windows color (decimal): -2677190 or 3811031. OLE color: 3811031.
HSL color Cylindrical-coordinate representation of color #D7263A: hue angle of 353.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7263A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 58 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.16 |
| HSL | 353.22º | 0.7% | 0.5% | - |
| HSV(B) | 353.22º | 0.82% | 0.84% | - |
| XYZ | 29.48 | 16.14 | 5.56 | - |
| YUV | 93.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 58 | 0 | 0.82 | 0.73 | 0.16 | 353.22 | 0.7 | 0.5 |
| Hex | D7 | 26 | 3A | 0 | 52 | 49 | 10 | 161 | 46 | 32 |
| Octal | 327 | 46 | 72 | 0 | 122 | 111 | 20 | 541 | 106 | 62 |
| Binary | 11010111 | 100110 | 111010 | 0 | 1010010 | 1001001 | 10000 | 101100001 | 1000110 | 110010 |
Color Harmonies of #D7263A
Complementary color
Monochromatic Colors of #D7263A
Black with #D7263A
Text Example
Text Example
White with #D7263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7263A; }
p { color: rgb(215,38,58); }
H1.HeaderClassName
{
color: #D7263A;
}
.AnyTagClassName
{
color: #D7263A;
}
</style>
background-color css
<style>
a { background-color: #D7263A; }
a { background-color: rgb(215,38,58); }
div.DivClassName
{
background-color: #D7263A;
}
.BgClassName
{
background-color: #D7263A;
}
</style>
border-color css
<style>
span { border-color: #D7263A; }
span { border-color: rgb(215,38,58); }
td.TdClassName
{
border-color: #D7263A;
}
.TagClassName
{
border-color: #D7263A;
}
</style>