Shades of Crimson #D8213C
Tints of Crimson #D8213C
RGB
CMYK
RGB Variations
Color information
#D8213C (or 0xD8213C) is known color: Crimson. HEX triplet: D8, 21 and 3C. RGB value is (216,33,60). Sum of RGB (Red+Green+Blue) = 216+33+60=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8213C is #27DEC3. Grayscale: #5A5A5A. Windows color (decimal): -2612932 or 3940824. OLE color: 3940824.
HSL color Cylindrical-coordinate representation of color #D8213C: hue angle of 351.15º 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 #D8213C is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 60 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.15 |
| HSL | 351.15º | 0.73% | 0.49% | - |
| HSV(B) | 351.15º | 0.85% | 0.85% | - |
| XYZ | 29.68 | 16.01 | 5.8 | - |
| YUV | 90.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 60 | 0 | 0.85 | 0.72 | 0.15 | 351.15 | 0.73 | 0.49 |
| Hex | D8 | 21 | 3C | 0 | 55 | 48 | F | 15F | 49 | 31 |
| Octal | 330 | 41 | 74 | 0 | 125 | 110 | 17 | 537 | 111 | 61 |
| Binary | 11011000 | 100001 | 111100 | 0 | 1010101 | 1001000 | 1111 | 101011111 | 1001001 | 110001 |
Color Harmonies of #D8213C
Complementary color
Monochromatic Colors of #D8213C
Black with #D8213C
Text Example
Text Example
White with #D8213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8213C; }
p { color: rgb(216,33,60); }
H1.HeaderClassName
{
color: #D8213C;
}
.AnyTagClassName
{
color: #D8213C;
}
</style>
background-color css
<style>
a { background-color: #D8213C; }
a { background-color: rgb(216,33,60); }
div.DivClassName
{
background-color: #D8213C;
}
.BgClassName
{
background-color: #D8213C;
}
</style>
border-color css
<style>
span { border-color: #D8213C; }
span { border-color: rgb(216,33,60); }
td.TdClassName
{
border-color: #D8213C;
}
.TagClassName
{
border-color: #D8213C;
}
</style>