Shades of Crimson #D7143D
Tints of Crimson #D7143D
RGB
CMYK
RGB Variations
Color information
#D7143D (or 0xD7143D) is known color: Crimson. HEX triplet: D7, 14 and 3D. RGB value is (215,20,61). Sum of RGB (Red+Green+Blue) = 215+20+61=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7143D is #28EBC2. Grayscale: #535353. Windows color (decimal): -2681795 or 4003031. OLE color: 4003031.
HSL color Cylindrical-coordinate representation of color #D7143D: hue angle of 347.38º 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 #D7143D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.16 |
| HSL | 347.38º | 0.83% | 0.46% | - |
| HSV(B) | 347.38º | 0.91% | 0.84% | - |
| XYZ | 29.12 | 15.28 | 5.83 | - |
| YUV | 82.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 61 | 0 | 0.91 | 0.72 | 0.16 | 347.38 | 0.83 | 0.46 |
| Hex | D7 | 14 | 3D | 0 | 5B | 48 | 10 | 15B | 53 | 2E |
| Octal | 327 | 24 | 75 | 0 | 133 | 110 | 20 | 533 | 123 | 56 |
| Binary | 11010111 | 10100 | 111101 | 0 | 1011011 | 1001000 | 10000 | 101011011 | 1010011 | 101110 |
Color Harmonies of #D7143D
Complementary color
Monochromatic Colors of #D7143D
Black with #D7143D
Text Example
Text Example
White with #D7143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7143D; }
p { color: rgb(215,20,61); }
H1.HeaderClassName
{
color: #D7143D;
}
.AnyTagClassName
{
color: #D7143D;
}
</style>
background-color css
<style>
a { background-color: #D7143D; }
a { background-color: rgb(215,20,61); }
div.DivClassName
{
background-color: #D7143D;
}
.BgClassName
{
background-color: #D7143D;
}
</style>
border-color css
<style>
span { border-color: #D7143D; }
span { border-color: rgb(215,20,61); }
td.TdClassName
{
border-color: #D7143D;
}
.TagClassName
{
border-color: #D7143D;
}
</style>