Shades of Alizarin #D6262B
Tints of Alizarin #D6262B
RGB
CMYK
RGB Variations
Color information
#D6262B (or 0xD6262B) is known color: Alizarin. HEX triplet: D6, 26 and 2B. RGB value is (214,38,43). Sum of RGB (Red+Green+Blue) = 214+38+43=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6262B is #29D9D4. Grayscale: #5B5B5B. Windows color (decimal): -2742741 or 2827990. OLE color: 2827990.
HSL color Cylindrical-coordinate representation of color #D6262B: hue angle of 358.3º 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 #D6262B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 43 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.16 |
| HSL | 358.3º | 0.7% | 0.49% | - |
| HSV(B) | 358.3º | 0.82% | 0.84% | - |
| XYZ | 28.86 | 15.86 | 3.83 | - |
| YUV | 91.19 | 100.81 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 43 | 0 | 0.82 | 0.80 | 0.16 | 358.3 | 0.7 | 0.49 |
| Hex | D6 | 26 | 2B | 0 | 52 | 50 | 10 | 166 | 46 | 31 |
| Octal | 326 | 46 | 53 | 0 | 122 | 120 | 20 | 546 | 106 | 61 |
| Binary | 11010110 | 100110 | 101011 | 0 | 1010010 | 1010000 | 10000 | 101100110 | 1000110 | 110001 |
Color Harmonies of #D6262B
Complementary color
Monochromatic Colors of #D6262B
Black with #D6262B
Text Example
Text Example
White with #D6262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6262B; }
p { color: rgb(214,38,43); }
H1.HeaderClassName
{
color: #D6262B;
}
.AnyTagClassName
{
color: #D6262B;
}
</style>
background-color css
<style>
a { background-color: #D6262B; }
a { background-color: rgb(214,38,43); }
div.DivClassName
{
background-color: #D6262B;
}
.BgClassName
{
background-color: #D6262B;
}
</style>
border-color css
<style>
span { border-color: #D6262B; }
span { border-color: rgb(214,38,43); }
td.TdClassName
{
border-color: #D6262B;
}
.TagClassName
{
border-color: #D6262B;
}
</style>