Shades of Crimson #D7143B
Tints of Crimson #D7143B
RGB
CMYK
RGB Variations
Color information
#D7143B (or 0xD7143B) is known color: Crimson. HEX triplet: D7, 14 and 3B. RGB value is (215,20,59). Sum of RGB (Red+Green+Blue) = 215+20+59=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7143B is #28EBC4. Grayscale: #525252. Windows color (decimal): -2681797 or 3871959. OLE color: 3871959.
HSL color Cylindrical-coordinate representation of color #D7143B: hue angle of 348º 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 #D7143B is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 59 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.16 |
| HSL | 348º | 0.83% | 0.46% | - |
| HSV(B) | 348º | 0.91% | 0.84% | - |
| XYZ | 29.06 | 15.26 | 5.55 | - |
| YUV | 82.75 | 114.6 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 59 | 0 | 0.91 | 0.73 | 0.16 | 348 | 0.83 | 0.46 |
| Hex | D7 | 14 | 3B | 0 | 5B | 49 | 10 | 15C | 53 | 2E |
| Octal | 327 | 24 | 73 | 0 | 133 | 111 | 20 | 534 | 123 | 56 |
| Binary | 11010111 | 10100 | 111011 | 0 | 1011011 | 1001001 | 10000 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D7143B
Complementary color
Monochromatic Colors of #D7143B
Black with #D7143B
Text Example
Text Example
White with #D7143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7143B; }
p { color: rgb(215,20,59); }
H1.HeaderClassName
{
color: #D7143B;
}
.AnyTagClassName
{
color: #D7143B;
}
</style>
background-color css
<style>
a { background-color: #D7143B; }
a { background-color: rgb(215,20,59); }
div.DivClassName
{
background-color: #D7143B;
}
.BgClassName
{
background-color: #D7143B;
}
</style>
border-color css
<style>
span { border-color: #D7143B; }
span { border-color: rgb(215,20,59); }
td.TdClassName
{
border-color: #D7143B;
}
.TagClassName
{
border-color: #D7143B;
}
</style>