Shades of Crimson #D10C2F
Tints of Crimson #D10C2F
RGB
CMYK
RGB Variations
Color information
#D10C2F (or 0xD10C2F) is known color: Crimson. HEX triplet: D1, 0C and 2F. RGB value is (209,12,47). Sum of RGB (Red+Green+Blue) = 209+12+47=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C2F is #2EF3D0. Grayscale: #4A4A4A. Windows color (decimal): -3077073 or 3083473. OLE color: 3083473.
HSL color Cylindrical-coordinate representation of color #D10C2F: hue angle of 349.34º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C2F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 47 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.18 |
| HSL | 349.34º | 0.89% | 0.43% | - |
| HSV(B) | 349.34º | 0.94% | 0.82% | - |
| XYZ | 26.94 | 14.02 | 3.98 | - |
| YUV | 74.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 47 | 0 | 0.94 | 0.78 | 0.18 | 349.34 | 0.89 | 0.43 |
| Hex | D1 | C | 2F | 0 | 5E | 4E | 12 | 15D | 59 | 2B |
| Octal | 321 | 14 | 57 | 0 | 136 | 116 | 22 | 535 | 131 | 53 |
| Binary | 11010001 | 1100 | 101111 | 0 | 1011110 | 1001110 | 10010 | 101011101 | 1011001 | 101011 |
Color Harmonies of #D10C2F
Complementary color
Monochromatic Colors of #D10C2F
Black with #D10C2F
Text Example
Text Example
White with #D10C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C2F; }
p { color: rgb(209,12,47); }
H1.HeaderClassName
{
color: #D10C2F;
}
.AnyTagClassName
{
color: #D10C2F;
}
</style>
background-color css
<style>
a { background-color: #D10C2F; }
a { background-color: rgb(209,12,47); }
div.DivClassName
{
background-color: #D10C2F;
}
.BgClassName
{
background-color: #D10C2F;
}
</style>
border-color css
<style>
span { border-color: #D10C2F; }
span { border-color: rgb(209,12,47); }
td.TdClassName
{
border-color: #D10C2F;
}
.TagClassName
{
border-color: #D10C2F;
}
</style>