Shades of Crimson #D80029
Tints of Crimson #D80029
RGB
CMYK
RGB Variations
Color information
#D80029 (or 0xD80029) is known color: Crimson. HEX triplet: D8, 00 and 29. RGB value is (216,0,41). Sum of RGB (Red+Green+Blue) = 216+0+41=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D80029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80029 is #27FFD6. Grayscale: #454545. Windows color (decimal): -2621399 or 2687192. OLE color: 2687192.
HSL color Cylindrical-coordinate representation of color #D80029: hue angle of 348.61º 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 #D80029 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.81 | 0.15 |
| HSL | 348.61º | 1% | 0.42% | - |
| HSV(B) | 348.61º | 1% | 0.85% | - |
| XYZ | 28.72 | 14.76 | 3.43 | - |
| YUV | 69.26 | 112.06 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 41 | 0 | 1 | 0.81 | 0.15 | 348.61 | 1 | 0.42 |
| Hex | D8 | 0 | 29 | 0 | 64 | 51 | F | 15D | 64 | 2A |
| Octal | 330 | 0 | 51 | 0 | 144 | 121 | 17 | 535 | 144 | 52 |
| Binary | 11011000 | 0 | 101001 | 0 | 1100100 | 1010001 | 1111 | 101011101 | 1100100 | 101010 |
Color Harmonies of #D80029
Complementary color
Monochromatic Colors of #D80029
Black with #D80029
Text Example
Text Example
White with #D80029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80029; }
p { color: rgb(216,0,41); }
H1.HeaderClassName
{
color: #D80029;
}
.AnyTagClassName
{
color: #D80029;
}
</style>
background-color css
<style>
a { background-color: #D80029; }
a { background-color: rgb(216,0,41); }
div.DivClassName
{
background-color: #D80029;
}
.BgClassName
{
background-color: #D80029;
}
</style>
border-color css
<style>
span { border-color: #D80029; }
span { border-color: rgb(216,0,41); }
td.TdClassName
{
border-color: #D80029;
}
.TagClassName
{
border-color: #D80029;
}
</style>