Shades of Crimson #D10134
Tints of Crimson #D10134
RGB
CMYK
RGB Variations
Color information
#D10134 (or 0xD10134) is known color: Crimson. HEX triplet: D1, 01 and 34. RGB value is (209,1,52). Sum of RGB (Red+Green+Blue) = 209+1+52=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D10134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10134 is #2EFECB. Grayscale: #454545. Windows color (decimal): -3079884 or 3408337. OLE color: 3408337.
HSL color Cylindrical-coordinate representation of color #D10134: hue angle of 345.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10134 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 52 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.18 |
| HSL | 345.29º | 0.99% | 0.41% | - |
| HSV(B) | 345.29º | 1% | 0.82% | - |
| XYZ | 26.93 | 13.82 | 4.5 | - |
| YUV | 69.01 | 118.41 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 52 | 0 | 1.00 | 0.75 | 0.18 | 345.29 | 0.99 | 0.41 |
| Hex | D1 | 1 | 34 | 0 | 64 | 4B | 12 | 159 | 63 | 29 |
| Octal | 321 | 1 | 64 | 0 | 144 | 113 | 22 | 531 | 143 | 51 |
| Binary | 11010001 | 1 | 110100 | 0 | 1100100 | 1001011 | 10010 | 101011001 | 1100011 | 101001 |
Color Harmonies of #D10134
Complementary color
Monochromatic Colors of #D10134
Black with #D10134
Text Example
Text Example
White with #D10134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10134; }
p { color: rgb(209,1,52); }
H1.HeaderClassName
{
color: #D10134;
}
.AnyTagClassName
{
color: #D10134;
}
</style>
background-color css
<style>
a { background-color: #D10134; }
a { background-color: rgb(209,1,52); }
div.DivClassName
{
background-color: #D10134;
}
.BgClassName
{
background-color: #D10134;
}
</style>
border-color css
<style>
span { border-color: #D10134; }
span { border-color: rgb(209,1,52); }
td.TdClassName
{
border-color: #D10134;
}
.TagClassName
{
border-color: #D10134;
}
</style>