Shades of Crimson #D5143E
Tints of Crimson #D5143E
RGB
CMYK
RGB Variations
Color information
#D5143E (or 0xD5143E) is known color: Crimson. HEX triplet: D5, 14 and 3E. RGB value is (213,20,62). Sum of RGB (Red+Green+Blue) = 213+20+62=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5143E is #2AEBC1. Grayscale: #525252. Windows color (decimal): -2812866 or 4068565. OLE color: 4068565.
HSL color Cylindrical-coordinate representation of color #D5143E: hue angle of 346.94º 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 #D5143E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 62 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.16 |
| HSL | 346.94º | 0.83% | 0.46% | - |
| HSV(B) | 346.94º | 0.91% | 0.84% | - |
| XYZ | 28.56 | 14.99 | 5.95 | - |
| YUV | 82.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 62 | 0 | 0.91 | 0.71 | 0.16 | 346.94 | 0.83 | 0.46 |
| Hex | D5 | 14 | 3E | 0 | 5B | 47 | 10 | 15B | 53 | 2E |
| Octal | 325 | 24 | 76 | 0 | 133 | 107 | 20 | 533 | 123 | 56 |
| Binary | 11010101 | 10100 | 111110 | 0 | 1011011 | 1000111 | 10000 | 101011011 | 1010011 | 101110 |
Color Harmonies of #D5143E
Complementary color
Monochromatic Colors of #D5143E
Black with #D5143E
Text Example
Text Example
White with #D5143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5143E; }
p { color: rgb(213,20,62); }
H1.HeaderClassName
{
color: #D5143E;
}
.AnyTagClassName
{
color: #D5143E;
}
</style>
background-color css
<style>
a { background-color: #D5143E; }
a { background-color: rgb(213,20,62); }
div.DivClassName
{
background-color: #D5143E;
}
.BgClassName
{
background-color: #D5143E;
}
</style>
border-color css
<style>
span { border-color: #D5143E; }
span { border-color: rgb(213,20,62); }
td.TdClassName
{
border-color: #D5143E;
}
.TagClassName
{
border-color: #D5143E;
}
</style>