Shades of Crimson #D80246
Tints of Crimson #D80246
RGB
CMYK
RGB Variations
Color information
#D80246 (or 0xD80246) is known color: Crimson. HEX triplet: D8, 02 and 46. RGB value is (216,2,70). Sum of RGB (Red+Green+Blue) = 216+2+70=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D80246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80246 is #27FDB9. Grayscale: #494949. Windows color (decimal): -2620858 or 4588248. OLE color: 4588248.
HSL color Cylindrical-coordinate representation of color #D80246: hue angle of 340.93º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80246 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.15 |
| HSL | 340.93º | 0.98% | 0.43% | - |
| HSV(B) | 340.93º | 0.99% | 0.85% | - |
| XYZ | 29.45 | 15.08 | 7.15 | - |
| YUV | 73.74 | 125.9 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 70 | 0 | 0.99 | 0.68 | 0.15 | 340.93 | 0.98 | 0.43 |
| Hex | D8 | 2 | 46 | 0 | 63 | 44 | F | 155 | 62 | 2B |
| Octal | 330 | 2 | 106 | 0 | 143 | 104 | 17 | 525 | 142 | 53 |
| Binary | 11011000 | 10 | 1000110 | 0 | 1100011 | 1000100 | 1111 | 101010101 | 1100010 | 101011 |
Color Harmonies of #D80246
Complementary color
Monochromatic Colors of #D80246
Black with #D80246
Text Example
Text Example
White with #D80246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80246; }
p { color: rgb(216,2,70); }
H1.HeaderClassName
{
color: #D80246;
}
.AnyTagClassName
{
color: #D80246;
}
</style>
background-color css
<style>
a { background-color: #D80246; }
a { background-color: rgb(216,2,70); }
div.DivClassName
{
background-color: #D80246;
}
.BgClassName
{
background-color: #D80246;
}
</style>
border-color css
<style>
span { border-color: #D80246; }
span { border-color: rgb(216,2,70); }
td.TdClassName
{
border-color: #D80246;
}
.TagClassName
{
border-color: #D80246;
}
</style>