Shades of Alizarin #D7262C
Tints of Alizarin #D7262C
RGB
CMYK
RGB Variations
Color information
#D7262C (or 0xD7262C) is known color: Alizarin. HEX triplet: D7, 26 and 2C. RGB value is (215,38,44). Sum of RGB (Red+Green+Blue) = 215+38+44=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D7262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7262C is #28D9D3. Grayscale: #5B5B5B. Windows color (decimal): -2677204 or 2893527. OLE color: 2893527.
HSL color Cylindrical-coordinate representation of color #D7262C: hue angle of 357.97º 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 #D7262C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 44 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.16 |
| HSL | 357.97º | 0.7% | 0.5% | - |
| HSV(B) | 357.97º | 0.82% | 0.84% | - |
| XYZ | 29.17 | 16.02 | 3.94 | - |
| YUV | 91.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 44 | 0 | 0.82 | 0.80 | 0.16 | 357.97 | 0.7 | 0.5 |
| Hex | D7 | 26 | 2C | 0 | 52 | 50 | 10 | 166 | 46 | 32 |
| Octal | 327 | 46 | 54 | 0 | 122 | 120 | 20 | 546 | 106 | 62 |
| Binary | 11010111 | 100110 | 101100 | 0 | 1010010 | 1010000 | 10000 | 101100110 | 1000110 | 110010 |
Color Harmonies of #D7262C
Complementary color
Monochromatic Colors of #D7262C
Black with #D7262C
Text Example
Text Example
White with #D7262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7262C; }
p { color: rgb(215,38,44); }
H1.HeaderClassName
{
color: #D7262C;
}
.AnyTagClassName
{
color: #D7262C;
}
</style>
background-color css
<style>
a { background-color: #D7262C; }
a { background-color: rgb(215,38,44); }
div.DivClassName
{
background-color: #D7262C;
}
.BgClassName
{
background-color: #D7262C;
}
</style>
border-color css
<style>
span { border-color: #D7262C; }
span { border-color: rgb(215,38,44); }
td.TdClassName
{
border-color: #D7262C;
}
.TagClassName
{
border-color: #D7262C;
}
</style>