Shades of Crimson #D82148
Tints of Crimson #D82148
RGB
CMYK
RGB Variations
Color information
#D82148 (or 0xD82148) is known color: Crimson. HEX triplet: D8, 21 and 48. RGB value is (216,33,72). Sum of RGB (Red+Green+Blue) = 216+33+72=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D82148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82148 is #27DEB7. Grayscale: #5C5C5C. Windows color (decimal): -2612920 or 4727256. OLE color: 4727256.
HSL color Cylindrical-coordinate representation of color #D82148: hue angle of 347.21º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82148 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 72 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.15 |
| HSL | 347.21º | 0.73% | 0.49% | - |
| HSV(B) | 347.21º | 0.85% | 0.85% | - |
| XYZ | 30.03 | 16.15 | 7.67 | - |
| YUV | 92.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 72 | 0 | 0.85 | 0.67 | 0.15 | 347.21 | 0.73 | 0.49 |
| Hex | D8 | 21 | 48 | 0 | 55 | 43 | F | 15B | 49 | 31 |
| Octal | 330 | 41 | 110 | 0 | 125 | 103 | 17 | 533 | 111 | 61 |
| Binary | 11011000 | 100001 | 1001000 | 0 | 1010101 | 1000011 | 1111 | 101011011 | 1001001 | 110001 |
Color Harmonies of #D82148
Complementary color
Monochromatic Colors of #D82148
Black with #D82148
Text Example
Text Example
White with #D82148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82148; }
p { color: rgb(216,33,72); }
H1.HeaderClassName
{
color: #D82148;
}
.AnyTagClassName
{
color: #D82148;
}
</style>
background-color css
<style>
a { background-color: #D82148; }
a { background-color: rgb(216,33,72); }
div.DivClassName
{
background-color: #D82148;
}
.BgClassName
{
background-color: #D82148;
}
</style>
border-color css
<style>
span { border-color: #D82148; }
span { border-color: rgb(216,33,72); }
td.TdClassName
{
border-color: #D82148;
}
.TagClassName
{
border-color: #D82148;
}
</style>