Shades of Crimson #D7143A
Tints of Crimson #D7143A
RGB
CMYK
RGB Variations
Color information
#D7143A (or 0xD7143A) is known color: Crimson. HEX triplet: D7, 14 and 3A. RGB value is (215,20,58). Sum of RGB (Red+Green+Blue) = 215+20+58=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D7143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7143A is #28EBC5. Grayscale: #525252. Windows color (decimal): -2681798 or 3806423. OLE color: 3806423.
HSL color Cylindrical-coordinate representation of color #D7143A: hue angle of 348.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7143A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.16 |
| HSL | 348.31º | 0.83% | 0.46% | - |
| HSV(B) | 348.31º | 0.91% | 0.84% | - |
| XYZ | 29.04 | 15.25 | 5.42 | - |
| YUV | 82.64 | 114.1 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 58 | 0 | 0.91 | 0.73 | 0.16 | 348.31 | 0.83 | 0.46 |
| Hex | D7 | 14 | 3A | 0 | 5B | 49 | 10 | 15C | 53 | 2E |
| Octal | 327 | 24 | 72 | 0 | 133 | 111 | 20 | 534 | 123 | 56 |
| Binary | 11010111 | 10100 | 111010 | 0 | 1011011 | 1001001 | 10000 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D7143A
Complementary color
Monochromatic Colors of #D7143A
Black with #D7143A
Text Example
Text Example
White with #D7143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7143A; }
p { color: rgb(215,20,58); }
H1.HeaderClassName
{
color: #D7143A;
}
.AnyTagClassName
{
color: #D7143A;
}
</style>
background-color css
<style>
a { background-color: #D7143A; }
a { background-color: rgb(215,20,58); }
div.DivClassName
{
background-color: #D7143A;
}
.BgClassName
{
background-color: #D7143A;
}
</style>
border-color css
<style>
span { border-color: #D7143A; }
span { border-color: rgb(215,20,58); }
td.TdClassName
{
border-color: #D7143A;
}
.TagClassName
{
border-color: #D7143A;
}
</style>