Shades of Crimson #D1143C
Tints of Crimson #D1143C
RGB
CMYK
RGB Variations
Color information
#D1143C (or 0xD1143C) is known color: Crimson. HEX triplet: D1, 14 and 3C. RGB value is (209,20,60). Sum of RGB (Red+Green+Blue) = 209+20+60=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1143C is #2EEBC3. Grayscale: #515151. Windows color (decimal): -3075012 or 3937489. OLE color: 3937489.
HSL color Cylindrical-coordinate representation of color #D1143C: hue angle of 347.3º 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 #D1143C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 60 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.18 |
| HSL | 347.3º | 0.83% | 0.45% | - |
| HSV(B) | 347.3º | 0.9% | 0.82% | - |
| XYZ | 27.36 | 14.38 | 5.61 | - |
| YUV | 81.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 60 | 0 | 0.90 | 0.71 | 0.18 | 347.3 | 0.83 | 0.45 |
| Hex | D1 | 14 | 3C | 0 | 5A | 47 | 12 | 15B | 53 | 2D |
| Octal | 321 | 24 | 74 | 0 | 132 | 107 | 22 | 533 | 123 | 55 |
| Binary | 11010001 | 10100 | 111100 | 0 | 1011010 | 1000111 | 10010 | 101011011 | 1010011 | 101101 |
Color Harmonies of #D1143C
Complementary color
Monochromatic Colors of #D1143C
Black with #D1143C
Text Example
Text Example
White with #D1143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1143C; }
p { color: rgb(209,20,60); }
H1.HeaderClassName
{
color: #D1143C;
}
.AnyTagClassName
{
color: #D1143C;
}
</style>
background-color css
<style>
a { background-color: #D1143C; }
a { background-color: rgb(209,20,60); }
div.DivClassName
{
background-color: #D1143C;
}
.BgClassName
{
background-color: #D1143C;
}
</style>
border-color css
<style>
span { border-color: #D1143C; }
span { border-color: rgb(209,20,60); }
td.TdClassName
{
border-color: #D1143C;
}
.TagClassName
{
border-color: #D1143C;
}
</style>