Shades of Crimson #D80446
Tints of Crimson #D80446
RGB
CMYK
RGB Variations
Color information
#D80446 (or 0xD80446) is known color: Crimson. HEX triplet: D8, 04 and 46. RGB value is (216,4,70). Sum of RGB (Red+Green+Blue) = 216+4+70=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D80446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80446 is #27FBB9. Grayscale: #4A4A4A. Windows color (decimal): -2620346 or 4588760. OLE color: 4588760.
HSL color Cylindrical-coordinate representation of color #D80446: hue angle of 341.32º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80446 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.15 |
| HSL | 341.32º | 0.96% | 0.43% | - |
| HSV(B) | 341.32º | 0.98% | 0.85% | - |
| XYZ | 29.47 | 15.13 | 7.16 | - |
| YUV | 74.91 | 125.24 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 70 | 0 | 0.98 | 0.68 | 0.15 | 341.32 | 0.96 | 0.43 |
| Hex | D8 | 4 | 46 | 0 | 62 | 44 | F | 155 | 60 | 2B |
| Octal | 330 | 4 | 106 | 0 | 142 | 104 | 17 | 525 | 140 | 53 |
| Binary | 11011000 | 100 | 1000110 | 0 | 1100010 | 1000100 | 1111 | 101010101 | 1100000 | 101011 |
Color Harmonies of #D80446
Complementary color
Monochromatic Colors of #D80446
Black with #D80446
Text Example
Text Example
White with #D80446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80446; }
p { color: rgb(216,4,70); }
H1.HeaderClassName
{
color: #D80446;
}
.AnyTagClassName
{
color: #D80446;
}
</style>
background-color css
<style>
a { background-color: #D80446; }
a { background-color: rgb(216,4,70); }
div.DivClassName
{
background-color: #D80446;
}
.BgClassName
{
background-color: #D80446;
}
</style>
border-color css
<style>
span { border-color: #D80446; }
span { border-color: rgb(216,4,70); }
td.TdClassName
{
border-color: #D80446;
}
.TagClassName
{
border-color: #D80446;
}
</style>