Shades of Crimson #D80042
Tints of Crimson #D80042
RGB
CMYK
RGB Variations
Color information
#D80042 (or 0xD80042) is known color: Crimson. HEX triplet: D8, 00 and 42. RGB value is (216,0,66). Sum of RGB (Red+Green+Blue) = 216+0+66=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D80042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80042 is #27FFBD. Grayscale: #484848. Windows color (decimal): -2621374 or 4325592. OLE color: 4325592.
HSL color Cylindrical-coordinate representation of color #D80042: hue angle of 341.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80042 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.69 | 0.15 |
| HSL | 341.67º | 1% | 0.42% | - |
| HSV(B) | 341.67º | 1% | 0.85% | - |
| XYZ | 29.3 | 14.99 | 6.5 | - |
| YUV | 72.11 | 124.56 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 66 | 0 | 1 | 0.69 | 0.15 | 341.67 | 1 | 0.42 |
| Hex | D8 | 0 | 42 | 0 | 64 | 45 | F | 156 | 64 | 2A |
| Octal | 330 | 0 | 102 | 0 | 144 | 105 | 17 | 526 | 144 | 52 |
| Binary | 11011000 | 0 | 1000010 | 0 | 1100100 | 1000101 | 1111 | 101010110 | 1100100 | 101010 |
Color Harmonies of #D80042
Complementary color
Monochromatic Colors of #D80042
Black with #D80042
Text Example
Text Example
White with #D80042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80042; }
p { color: rgb(216,0,66); }
H1.HeaderClassName
{
color: #D80042;
}
.AnyTagClassName
{
color: #D80042;
}
</style>
background-color css
<style>
a { background-color: #D80042; }
a { background-color: rgb(216,0,66); }
div.DivClassName
{
background-color: #D80042;
}
.BgClassName
{
background-color: #D80042;
}
</style>
border-color css
<style>
span { border-color: #D80042; }
span { border-color: rgb(216,0,66); }
td.TdClassName
{
border-color: #D80042;
}
.TagClassName
{
border-color: #D80042;
}
</style>