Shades of Crimson #D8103A
Tints of Crimson #D8103A
RGB
CMYK
RGB Variations
Color information
#D8103A (or 0xD8103A) is known color: Crimson. HEX triplet: D8, 10 and 3A. RGB value is (216,16,58). Sum of RGB (Red+Green+Blue) = 216+16+58=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D8103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8103A is #27EFC5. Grayscale: #505050. Windows color (decimal): -2617286 or 3805400. OLE color: 3805400.
HSL color Cylindrical-coordinate representation of color #D8103A: hue angle of 347.4º 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 #D8103A is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 58 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.15 |
| HSL | 347.4º | 0.86% | 0.45% | - |
| HSV(B) | 347.4º | 0.93% | 0.85% | - |
| XYZ | 29.27 | 15.28 | 5.41 | - |
| YUV | 80.59 | 115.26 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 58 | 0 | 0.93 | 0.73 | 0.15 | 347.4 | 0.86 | 0.45 |
| Hex | D8 | 10 | 3A | 0 | 5D | 49 | F | 15B | 56 | 2D |
| Octal | 330 | 20 | 72 | 0 | 135 | 111 | 17 | 533 | 126 | 55 |
| Binary | 11011000 | 10000 | 111010 | 0 | 1011101 | 1001001 | 1111 | 101011011 | 1010110 | 101101 |
Color Harmonies of #D8103A
Complementary color
Monochromatic Colors of #D8103A
Black with #D8103A
Text Example
Text Example
White with #D8103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8103A; }
p { color: rgb(216,16,58); }
H1.HeaderClassName
{
color: #D8103A;
}
.AnyTagClassName
{
color: #D8103A;
}
</style>
background-color css
<style>
a { background-color: #D8103A; }
a { background-color: rgb(216,16,58); }
div.DivClassName
{
background-color: #D8103A;
}
.BgClassName
{
background-color: #D8103A;
}
</style>
border-color css
<style>
span { border-color: #D8103A; }
span { border-color: rgb(216,16,58); }
td.TdClassName
{
border-color: #D8103A;
}
.TagClassName
{
border-color: #D8103A;
}
</style>