Shades of Crimson #D1134A
Tints of Crimson #D1134A
RGB
CMYK
RGB Variations
Color information
#D1134A (or 0xD1134A) is known color: Crimson. HEX triplet: D1, 13 and 4A. RGB value is (209,19,74). Sum of RGB (Red+Green+Blue) = 209+19+74=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1134A is #2EECB5. Grayscale: #525252. Windows color (decimal): -3075254 or 4854737. OLE color: 4854737.
HSL color Cylindrical-coordinate representation of color #D1134A: hue angle of 342.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1134A is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 74 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.18 |
| HSL | 342.63º | 0.83% | 0.45% | - |
| HSV(B) | 342.63º | 0.91% | 0.82% | - |
| XYZ | 27.76 | 14.52 | 7.82 | - |
| YUV | 82.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 74 | 0 | 0.91 | 0.65 | 0.18 | 342.63 | 0.83 | 0.45 |
| Hex | D1 | 13 | 4A | 0 | 5B | 41 | 12 | 157 | 53 | 2D |
| Octal | 321 | 23 | 112 | 0 | 133 | 101 | 22 | 527 | 123 | 55 |
| Binary | 11010001 | 10011 | 1001010 | 0 | 1011011 | 1000001 | 10010 | 101010111 | 1010011 | 101101 |
Color Harmonies of #D1134A
Complementary color
Monochromatic Colors of #D1134A
Black with #D1134A
Text Example
Text Example
White with #D1134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1134A; }
p { color: rgb(209,19,74); }
H1.HeaderClassName
{
color: #D1134A;
}
.AnyTagClassName
{
color: #D1134A;
}
</style>
background-color css
<style>
a { background-color: #D1134A; }
a { background-color: rgb(209,19,74); }
div.DivClassName
{
background-color: #D1134A;
}
.BgClassName
{
background-color: #D1134A;
}
</style>
border-color css
<style>
span { border-color: #D1134A; }
span { border-color: rgb(209,19,74); }
td.TdClassName
{
border-color: #D1134A;
}
.TagClassName
{
border-color: #D1134A;
}
</style>