Shades of Crimson #D80C36
Tints of Crimson #D80C36
RGB
CMYK
RGB Variations
Color information
#D80C36 (or 0xD80C36) is known color: Crimson. HEX triplet: D8, 0C and 36. RGB value is (216,12,54). Sum of RGB (Red+Green+Blue) = 216+12+54=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C36 is #27F3C9. Grayscale: #4D4D4D. Windows color (decimal): -2618314 or 3542232. OLE color: 3542232.
HSL color Cylindrical-coordinate representation of color #D80C36: hue angle of 347.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C36 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 54 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.15 |
| HSL | 347.65º | 0.89% | 0.45% | - |
| HSV(B) | 347.65º | 0.94% | 0.85% | - |
| XYZ | 29.12 | 15.13 | 4.88 | - |
| YUV | 77.78 | 114.59 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 54 | 0 | 0.94 | 0.75 | 0.15 | 347.65 | 0.89 | 0.45 |
| Hex | D8 | C | 36 | 0 | 5E | 4B | F | 15C | 59 | 2D |
| Octal | 330 | 14 | 66 | 0 | 136 | 113 | 17 | 534 | 131 | 55 |
| Binary | 11011000 | 1100 | 110110 | 0 | 1011110 | 1001011 | 1111 | 101011100 | 1011001 | 101101 |
Color Harmonies of #D80C36
Complementary color
Monochromatic Colors of #D80C36
Black with #D80C36
Text Example
Text Example
White with #D80C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C36; }
p { color: rgb(216,12,54); }
H1.HeaderClassName
{
color: #D80C36;
}
.AnyTagClassName
{
color: #D80C36;
}
</style>
background-color css
<style>
a { background-color: #D80C36; }
a { background-color: rgb(216,12,54); }
div.DivClassName
{
background-color: #D80C36;
}
.BgClassName
{
background-color: #D80C36;
}
</style>
border-color css
<style>
span { border-color: #D80C36; }
span { border-color: rgb(216,12,54); }
td.TdClassName
{
border-color: #D80C36;
}
.TagClassName
{
border-color: #D80C36;
}
</style>