Shades of Crimson #D80136
Tints of Crimson #D80136
RGB
CMYK
RGB Variations
Color information
#D80136 (or 0xD80136) is known color: Crimson. HEX triplet: D8, 01 and 36. RGB value is (216,1,54). Sum of RGB (Red+Green+Blue) = 216+1+54=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D80136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80136 is #27FEC9. Grayscale: #474747. Windows color (decimal): -2621130 or 3539416. OLE color: 3539416.
HSL color Cylindrical-coordinate representation of color #D80136: hue angle of 345.21º 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 #D80136 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.15 |
| HSL | 345.21º | 0.99% | 0.43% | - |
| HSV(B) | 345.21º | 1% | 0.85% | - |
| XYZ | 29 | 14.89 | 4.84 | - |
| YUV | 71.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 54 | 0 | 1.00 | 0.75 | 0.15 | 345.21 | 0.99 | 0.43 |
| Hex | D8 | 1 | 36 | 0 | 64 | 4B | F | 159 | 63 | 2B |
| Octal | 330 | 1 | 66 | 0 | 144 | 113 | 17 | 531 | 143 | 53 |
| Binary | 11011000 | 1 | 110110 | 0 | 1100100 | 1001011 | 1111 | 101011001 | 1100011 | 101011 |
Color Harmonies of #D80136
Complementary color
Monochromatic Colors of #D80136
Black with #D80136
Text Example
Text Example
White with #D80136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80136; }
p { color: rgb(216,1,54); }
H1.HeaderClassName
{
color: #D80136;
}
.AnyTagClassName
{
color: #D80136;
}
</style>
background-color css
<style>
a { background-color: #D80136; }
a { background-color: rgb(216,1,54); }
div.DivClassName
{
background-color: #D80136;
}
.BgClassName
{
background-color: #D80136;
}
</style>
border-color css
<style>
span { border-color: #D80136; }
span { border-color: rgb(216,1,54); }
td.TdClassName
{
border-color: #D80136;
}
.TagClassName
{
border-color: #D80136;
}
</style>