Shades of Crimson #D1143A
Tints of Crimson #D1143A
RGB
CMYK
RGB Variations
Color information
#D1143A (or 0xD1143A) is known color: Crimson. HEX triplet: D1, 14 and 3A. RGB value is (209,20,58). Sum of RGB (Red+Green+Blue) = 209+20+58=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1143A is #2EEBC5. Grayscale: #505050. Windows color (decimal): -3075014 or 3806417. OLE color: 3806417.
HSL color Cylindrical-coordinate representation of color #D1143A: hue angle of 347.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1143A is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 58 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.18 |
| HSL | 347.94º | 0.83% | 0.45% | - |
| HSV(B) | 347.94º | 0.9% | 0.82% | - |
| XYZ | 27.31 | 14.36 | 5.34 | - |
| YUV | 80.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 58 | 0 | 0.90 | 0.72 | 0.18 | 347.94 | 0.83 | 0.45 |
| Hex | D1 | 14 | 3A | 0 | 5A | 48 | 12 | 15C | 53 | 2D |
| Octal | 321 | 24 | 72 | 0 | 132 | 110 | 22 | 534 | 123 | 55 |
| Binary | 11010001 | 10100 | 111010 | 0 | 1011010 | 1001000 | 10010 | 101011100 | 1010011 | 101101 |
Color Harmonies of #D1143A
Complementary color
Monochromatic Colors of #D1143A
Black with #D1143A
Text Example
Text Example
White with #D1143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1143A; }
p { color: rgb(209,20,58); }
H1.HeaderClassName
{
color: #D1143A;
}
.AnyTagClassName
{
color: #D1143A;
}
</style>
background-color css
<style>
a { background-color: #D1143A; }
a { background-color: rgb(209,20,58); }
div.DivClassName
{
background-color: #D1143A;
}
.BgClassName
{
background-color: #D1143A;
}
</style>
border-color css
<style>
span { border-color: #D1143A; }
span { border-color: rgb(209,20,58); }
td.TdClassName
{
border-color: #D1143A;
}
.TagClassName
{
border-color: #D1143A;
}
</style>