Shades of Alizarin #D7262F
Tints of Alizarin #D7262F
RGB
CMYK
RGB Variations
Color information
#D7262F (or 0xD7262F) is known color: Alizarin. HEX triplet: D7, 26 and 2F. RGB value is (215,38,47). Sum of RGB (Red+Green+Blue) = 215+38+47=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7262F is #28D9D0. Grayscale: #5C5C5C. Windows color (decimal): -2677201 or 3090135. OLE color: 3090135.
HSL color Cylindrical-coordinate representation of color #D7262F: hue angle of 356.95º 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 #D7262F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 47 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.16 |
| HSL | 356.95º | 0.7% | 0.5% | - |
| HSV(B) | 356.95º | 0.82% | 0.84% | - |
| XYZ | 29.23 | 16.04 | 4.24 | - |
| YUV | 91.95 | 102.64 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 47 | 0 | 0.82 | 0.78 | 0.16 | 356.95 | 0.7 | 0.5 |
| Hex | D7 | 26 | 2F | 0 | 52 | 4E | 10 | 165 | 46 | 32 |
| Octal | 327 | 46 | 57 | 0 | 122 | 116 | 20 | 545 | 106 | 62 |
| Binary | 11010111 | 100110 | 101111 | 0 | 1010010 | 1001110 | 10000 | 101100101 | 1000110 | 110010 |
Color Harmonies of #D7262F
Complementary color
Monochromatic Colors of #D7262F
Black with #D7262F
Text Example
Text Example
White with #D7262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7262F; }
p { color: rgb(215,38,47); }
H1.HeaderClassName
{
color: #D7262F;
}
.AnyTagClassName
{
color: #D7262F;
}
</style>
background-color css
<style>
a { background-color: #D7262F; }
a { background-color: rgb(215,38,47); }
div.DivClassName
{
background-color: #D7262F;
}
.BgClassName
{
background-color: #D7262F;
}
</style>
border-color css
<style>
span { border-color: #D7262F; }
span { border-color: rgb(215,38,47); }
td.TdClassName
{
border-color: #D7262F;
}
.TagClassName
{
border-color: #D7262F;
}
</style>