Shades of Crimson #D81633
Tints of Crimson #D81633
RGB
CMYK
RGB Variations
Color information
#D81633 (or 0xD81633) is known color: Crimson. HEX triplet: D8, 16 and 33. RGB value is (216,22,51). Sum of RGB (Red+Green+Blue) = 216+22+51=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D81633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81633 is #27E9CC. Grayscale: #535353. Windows color (decimal): -2615757 or 3348184. OLE color: 3348184.
HSL color Cylindrical-coordinate representation of color #D81633: hue angle of 351.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81633 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 51 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.15 |
| HSL | 351.03º | 0.82% | 0.47% | - |
| HSV(B) | 351.03º | 0.9% | 0.85% | - |
| XYZ | 29.2 | 15.41 | 4.57 | - |
| YUV | 83.31 | 109.77 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 51 | 0 | 0.90 | 0.76 | 0.15 | 351.03 | 0.82 | 0.47 |
| Hex | D8 | 16 | 33 | 0 | 5A | 4C | F | 15F | 52 | 2F |
| Octal | 330 | 26 | 63 | 0 | 132 | 114 | 17 | 537 | 122 | 57 |
| Binary | 11011000 | 10110 | 110011 | 0 | 1011010 | 1001100 | 1111 | 101011111 | 1010010 | 101111 |
Color Harmonies of #D81633
Complementary color
Monochromatic Colors of #D81633
Black with #D81633
Text Example
Text Example
White with #D81633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81633; }
p { color: rgb(216,22,51); }
H1.HeaderClassName
{
color: #D81633;
}
.AnyTagClassName
{
color: #D81633;
}
</style>
background-color css
<style>
a { background-color: #D81633; }
a { background-color: rgb(216,22,51); }
div.DivClassName
{
background-color: #D81633;
}
.BgClassName
{
background-color: #D81633;
}
</style>
border-color css
<style>
span { border-color: #D81633; }
span { border-color: rgb(216,22,51); }
td.TdClassName
{
border-color: #D81633;
}
.TagClassName
{
border-color: #D81633;
}
</style>