Shades of Crimson #D80131
Tints of Crimson #D80131
RGB
CMYK
RGB Variations
Color information
#D80131 (or 0xD80131) is known color: Crimson. HEX triplet: D8, 01 and 31. RGB value is (216,1,49). Sum of RGB (Red+Green+Blue) = 216+1+49=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D80131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80131 is #27FECE. Grayscale: #464646. Windows color (decimal): -2621135 or 3211736. OLE color: 3211736.
HSL color Cylindrical-coordinate representation of color #D80131: hue angle of 346.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80131 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 49 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.15 |
| HSL | 346.6º | 0.99% | 0.43% | - |
| HSV(B) | 346.6º | 1% | 0.85% | - |
| XYZ | 28.88 | 14.84 | 4.25 | - |
| YUV | 70.76 | 115.73 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 49 | 0 | 1.00 | 0.77 | 0.15 | 346.6 | 0.99 | 0.43 |
| Hex | D8 | 1 | 31 | 0 | 64 | 4D | F | 15B | 63 | 2B |
| Octal | 330 | 1 | 61 | 0 | 144 | 115 | 17 | 533 | 143 | 53 |
| Binary | 11011000 | 1 | 110001 | 0 | 1100100 | 1001101 | 1111 | 101011011 | 1100011 | 101011 |
Color Harmonies of #D80131
Complementary color
Monochromatic Colors of #D80131
Black with #D80131
Text Example
Text Example
White with #D80131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80131; }
p { color: rgb(216,1,49); }
H1.HeaderClassName
{
color: #D80131;
}
.AnyTagClassName
{
color: #D80131;
}
</style>
background-color css
<style>
a { background-color: #D80131; }
a { background-color: rgb(216,1,49); }
div.DivClassName
{
background-color: #D80131;
}
.BgClassName
{
background-color: #D80131;
}
</style>
border-color css
<style>
span { border-color: #D80131; }
span { border-color: rgb(216,1,49); }
td.TdClassName
{
border-color: #D80131;
}
.TagClassName
{
border-color: #D80131;
}
</style>