Shades of Crimson #D1143E
Tints of Crimson #D1143E
RGB
CMYK
RGB Variations
Color information
#D1143E (or 0xD1143E) is known color: Crimson. HEX triplet: D1, 14 and 3E. RGB value is (209,20,62). Sum of RGB (Red+Green+Blue) = 209+20+62=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1143E is #2EEBC1. Grayscale: #515151. Windows color (decimal): -3075010 or 4068561. OLE color: 4068561.
HSL color Cylindrical-coordinate representation of color #D1143E: hue angle of 346.67º 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 #D1143E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 62 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.18 |
| HSL | 346.67º | 0.83% | 0.45% | - |
| HSV(B) | 346.67º | 0.9% | 0.82% | - |
| XYZ | 27.41 | 14.4 | 5.89 | - |
| YUV | 81.3 | 117.12 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 62 | 0 | 0.90 | 0.70 | 0.18 | 346.67 | 0.83 | 0.45 |
| Hex | D1 | 14 | 3E | 0 | 5A | 46 | 12 | 15B | 53 | 2D |
| Octal | 321 | 24 | 76 | 0 | 132 | 106 | 22 | 533 | 123 | 55 |
| Binary | 11010001 | 10100 | 111110 | 0 | 1011010 | 1000110 | 10010 | 101011011 | 1010011 | 101101 |
Color Harmonies of #D1143E
Complementary color
Monochromatic Colors of #D1143E
Black with #D1143E
Text Example
Text Example
White with #D1143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1143E; }
p { color: rgb(209,20,62); }
H1.HeaderClassName
{
color: #D1143E;
}
.AnyTagClassName
{
color: #D1143E;
}
</style>
background-color css
<style>
a { background-color: #D1143E; }
a { background-color: rgb(209,20,62); }
div.DivClassName
{
background-color: #D1143E;
}
.BgClassName
{
background-color: #D1143E;
}
</style>
border-color css
<style>
span { border-color: #D1143E; }
span { border-color: rgb(209,20,62); }
td.TdClassName
{
border-color: #D1143E;
}
.TagClassName
{
border-color: #D1143E;
}
</style>