Shades of Crimson #D5143B
Tints of Crimson #D5143B
RGB
CMYK
RGB Variations
Color information
#D5143B (or 0xD5143B) is known color: Crimson. HEX triplet: D5, 14 and 3B. RGB value is (213,20,59). Sum of RGB (Red+Green+Blue) = 213+20+59=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5143B is #2AEBC4. Grayscale: #525252. Windows color (decimal): -2812869 or 3871957. OLE color: 3871957.
HSL color Cylindrical-coordinate representation of color #D5143B: hue angle of 347.88º 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 #D5143B is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 59 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.16 |
| HSL | 347.88º | 0.83% | 0.46% | - |
| HSV(B) | 347.88º | 0.91% | 0.84% | - |
| XYZ | 28.48 | 14.96 | 5.52 | - |
| YUV | 82.15 | 114.94 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 59 | 0 | 0.91 | 0.72 | 0.16 | 347.88 | 0.83 | 0.46 |
| Hex | D5 | 14 | 3B | 0 | 5B | 48 | 10 | 15C | 53 | 2E |
| Octal | 325 | 24 | 73 | 0 | 133 | 110 | 20 | 534 | 123 | 56 |
| Binary | 11010101 | 10100 | 111011 | 0 | 1011011 | 1001000 | 10000 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D5143B
Complementary color
Monochromatic Colors of #D5143B
Black with #D5143B
Text Example
Text Example
White with #D5143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5143B; }
p { color: rgb(213,20,59); }
H1.HeaderClassName
{
color: #D5143B;
}
.AnyTagClassName
{
color: #D5143B;
}
</style>
background-color css
<style>
a { background-color: #D5143B; }
a { background-color: rgb(213,20,59); }
div.DivClassName
{
background-color: #D5143B;
}
.BgClassName
{
background-color: #D5143B;
}
</style>
border-color css
<style>
span { border-color: #D5143B; }
span { border-color: rgb(213,20,59); }
td.TdClassName
{
border-color: #D5143B;
}
.TagClassName
{
border-color: #D5143B;
}
</style>