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