Shades of Crimson #D5142F
Tints of Crimson #D5142F
RGB
CMYK
RGB Variations
Color information
#D5142F (or 0xD5142F) is known color: Crimson. HEX triplet: D5, 14 and 2F. RGB value is (213,20,47). Sum of RGB (Red+Green+Blue) = 213+20+47=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5142F is #2AEBD0. Grayscale: #505050. Windows color (decimal): -2812881 or 3085525. OLE color: 3085525.
HSL color Cylindrical-coordinate representation of color #D5142F: hue angle of 351.61º 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 #D5142F is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 47 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.16 |
| HSL | 351.61º | 0.83% | 0.46% | - |
| HSV(B) | 351.61º | 0.91% | 0.84% | - |
| XYZ | 28.2 | 14.85 | 4.07 | - |
| YUV | 80.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 47 | 0 | 0.91 | 0.78 | 0.16 | 351.61 | 0.83 | 0.46 |
| Hex | D5 | 14 | 2F | 0 | 5B | 4E | 10 | 160 | 53 | 2E |
| Octal | 325 | 24 | 57 | 0 | 133 | 116 | 20 | 540 | 123 | 56 |
| Binary | 11010101 | 10100 | 101111 | 0 | 1011011 | 1001110 | 10000 | 101100000 | 1010011 | 101110 |
Color Harmonies of #D5142F
Complementary color
Monochromatic Colors of #D5142F
Black with #D5142F
Text Example
Text Example
White with #D5142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5142F; }
p { color: rgb(213,20,47); }
H1.HeaderClassName
{
color: #D5142F;
}
.AnyTagClassName
{
color: #D5142F;
}
</style>
background-color css
<style>
a { background-color: #D5142F; }
a { background-color: rgb(213,20,47); }
div.DivClassName
{
background-color: #D5142F;
}
.BgClassName
{
background-color: #D5142F;
}
</style>
border-color css
<style>
span { border-color: #D5142F; }
span { border-color: rgb(213,20,47); }
td.TdClassName
{
border-color: #D5142F;
}
.TagClassName
{
border-color: #D5142F;
}
</style>