Shades of Crimson #D8143A
Tints of Crimson #D8143A
RGB
CMYK
RGB Variations
Color information
#D8143A (or 0xD8143A) is known color: Crimson. HEX triplet: D8, 14 and 3A. RGB value is (216,20,58). Sum of RGB (Red+Green+Blue) = 216+20+58=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8143A is #27EBC5. Grayscale: #525252. Windows color (decimal): -2616262 or 3806424. OLE color: 3806424.
HSL color Cylindrical-coordinate representation of color #D8143A: hue angle of 348.37º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8143A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.15 |
| HSL | 348.37º | 0.83% | 0.46% | - |
| HSV(B) | 348.37º | 0.91% | 0.85% | - |
| XYZ | 29.33 | 15.4 | 5.43 | - |
| YUV | 82.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 58 | 0 | 0.91 | 0.73 | 0.15 | 348.37 | 0.83 | 0.46 |
| Hex | D8 | 14 | 3A | 0 | 5B | 49 | F | 15C | 53 | 2E |
| Octal | 330 | 24 | 72 | 0 | 133 | 111 | 17 | 534 | 123 | 56 |
| Binary | 11011000 | 10100 | 111010 | 0 | 1011011 | 1001001 | 1111 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D8143A
Complementary color
Monochromatic Colors of #D8143A
Black with #D8143A
Text Example
Text Example
White with #D8143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8143A; }
p { color: rgb(216,20,58); }
H1.HeaderClassName
{
color: #D8143A;
}
.AnyTagClassName
{
color: #D8143A;
}
</style>
background-color css
<style>
a { background-color: #D8143A; }
a { background-color: rgb(216,20,58); }
div.DivClassName
{
background-color: #D8143A;
}
.BgClassName
{
background-color: #D8143A;
}
</style>
border-color css
<style>
span { border-color: #D8143A; }
span { border-color: rgb(216,20,58); }
td.TdClassName
{
border-color: #D8143A;
}
.TagClassName
{
border-color: #D8143A;
}
</style>