Shades of Crimson #D5143A
Tints of Crimson #D5143A
RGB
CMYK
RGB Variations
Color information
#D5143A (or 0xD5143A) is known color: Crimson. HEX triplet: D5, 14 and 3A. RGB value is (213,20,58). Sum of RGB (Red+Green+Blue) = 213+20+58=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5143A is #2AEBC5. Grayscale: #525252. Windows color (decimal): -2812870 or 3806421. OLE color: 3806421.
HSL color Cylindrical-coordinate representation of color #D5143A: hue angle of 348.19º 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 #D5143A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.16 |
| HSL | 348.19º | 0.83% | 0.46% | - |
| HSV(B) | 348.19º | 0.91% | 0.84% | - |
| XYZ | 28.45 | 14.95 | 5.39 | - |
| YUV | 82.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 58 | 0 | 0.91 | 0.73 | 0.16 | 348.19 | 0.83 | 0.46 |
| Hex | D5 | 14 | 3A | 0 | 5B | 49 | 10 | 15C | 53 | 2E |
| Octal | 325 | 24 | 72 | 0 | 133 | 111 | 20 | 534 | 123 | 56 |
| Binary | 11010101 | 10100 | 111010 | 0 | 1011011 | 1001001 | 10000 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D5143A
Complementary color
Monochromatic Colors of #D5143A
Black with #D5143A
Text Example
Text Example
White with #D5143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5143A; }
p { color: rgb(213,20,58); }
H1.HeaderClassName
{
color: #D5143A;
}
.AnyTagClassName
{
color: #D5143A;
}
</style>
background-color css
<style>
a { background-color: #D5143A; }
a { background-color: rgb(213,20,58); }
div.DivClassName
{
background-color: #D5143A;
}
.BgClassName
{
background-color: #D5143A;
}
</style>
border-color css
<style>
span { border-color: #D5143A; }
span { border-color: rgb(213,20,58); }
td.TdClassName
{
border-color: #D5143A;
}
.TagClassName
{
border-color: #D5143A;
}
</style>