Shades of Crimson #D81033
Tints of Crimson #D81033
RGB
CMYK
RGB Variations
Color information
#D81033 (or 0xD81033) is known color: Crimson. HEX triplet: D8, 10 and 33. RGB value is (216,16,51). Sum of RGB (Red+Green+Blue) = 216+16+51=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D81033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81033 is #27EFCC. Grayscale: #4F4F4F. Windows color (decimal): -2617293 or 3346648. OLE color: 3346648.
HSL color Cylindrical-coordinate representation of color #D81033: hue angle of 349.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81033 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 51 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.15 |
| HSL | 349.5º | 0.86% | 0.45% | - |
| HSV(B) | 349.5º | 0.93% | 0.85% | - |
| XYZ | 29.1 | 15.21 | 4.53 | - |
| YUV | 79.79 | 111.76 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 51 | 0 | 0.93 | 0.76 | 0.15 | 349.5 | 0.86 | 0.45 |
| Hex | D8 | 10 | 33 | 0 | 5D | 4C | F | 15E | 56 | 2D |
| Octal | 330 | 20 | 63 | 0 | 135 | 114 | 17 | 536 | 126 | 55 |
| Binary | 11011000 | 10000 | 110011 | 0 | 1011101 | 1001100 | 1111 | 101011110 | 1010110 | 101101 |
Color Harmonies of #D81033
Complementary color
Monochromatic Colors of #D81033
Black with #D81033
Text Example
Text Example
White with #D81033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81033; }
p { color: rgb(216,16,51); }
H1.HeaderClassName
{
color: #D81033;
}
.AnyTagClassName
{
color: #D81033;
}
</style>
background-color css
<style>
a { background-color: #D81033; }
a { background-color: rgb(216,16,51); }
div.DivClassName
{
background-color: #D81033;
}
.BgClassName
{
background-color: #D81033;
}
</style>
border-color css
<style>
span { border-color: #D81033; }
span { border-color: rgb(216,16,51); }
td.TdClassName
{
border-color: #D81033;
}
.TagClassName
{
border-color: #D81033;
}
</style>