Shades of Alizarin #D6262D
Tints of Alizarin #D6262D
RGB
CMYK
RGB Variations
Color information
#D6262D (or 0xD6262D) is known color: Alizarin. HEX triplet: D6, 26 and 2D. RGB value is (214,38,45). Sum of RGB (Red+Green+Blue) = 214+38+45=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6262D is #29D9D2. Grayscale: #5B5B5B. Windows color (decimal): -2742739 or 2959062. OLE color: 2959062.
HSL color Cylindrical-coordinate representation of color #D6262D: hue angle of 357.61º degrees, saturation: 0.7, 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 #D6262D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 45 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.16 |
| HSL | 357.61º | 0.7% | 0.49% | - |
| HSV(B) | 357.61º | 0.82% | 0.84% | - |
| XYZ | 28.9 | 15.87 | 4.02 | - |
| YUV | 91.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 45 | 0 | 0.82 | 0.79 | 0.16 | 357.61 | 0.7 | 0.49 |
| Hex | D6 | 26 | 2D | 0 | 52 | 4F | 10 | 166 | 46 | 31 |
| Octal | 326 | 46 | 55 | 0 | 122 | 117 | 20 | 546 | 106 | 61 |
| Binary | 11010110 | 100110 | 101101 | 0 | 1010010 | 1001111 | 10000 | 101100110 | 1000110 | 110001 |
Color Harmonies of #D6262D
Complementary color
Monochromatic Colors of #D6262D
Black with #D6262D
Text Example
Text Example
White with #D6262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6262D; }
p { color: rgb(214,38,45); }
H1.HeaderClassName
{
color: #D6262D;
}
.AnyTagClassName
{
color: #D6262D;
}
</style>
background-color css
<style>
a { background-color: #D6262D; }
a { background-color: rgb(214,38,45); }
div.DivClassName
{
background-color: #D6262D;
}
.BgClassName
{
background-color: #D6262D;
}
</style>
border-color css
<style>
span { border-color: #D6262D; }
span { border-color: rgb(214,38,45); }
td.TdClassName
{
border-color: #D6262D;
}
.TagClassName
{
border-color: #D6262D;
}
</style>