Shades of Crimson #D10B3C
Tints of Crimson #D10B3C
RGB
CMYK
RGB Variations
Color information
#D10B3C (or 0xD10B3C) is known color: Crimson. HEX triplet: D1, 0B and 3C. RGB value is (209,11,60). Sum of RGB (Red+Green+Blue) = 209+11+60=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10B3C is #2EF4C3. Grayscale: #4B4B4B. Windows color (decimal): -3077316 or 3935185. OLE color: 3935185.
HSL color Cylindrical-coordinate representation of color #D10B3C: hue angle of 345.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B3C is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 60 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.18 |
| HSL | 345.15º | 0.9% | 0.43% | - |
| HSV(B) | 345.15º | 0.95% | 0.82% | - |
| XYZ | 27.23 | 14.12 | 5.57 | - |
| YUV | 75.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 60 | 0 | 0.95 | 0.71 | 0.18 | 345.15 | 0.9 | 0.43 |
| Hex | D1 | B | 3C | 0 | 5F | 47 | 12 | 159 | 5A | 2B |
| Octal | 321 | 13 | 74 | 0 | 137 | 107 | 22 | 531 | 132 | 53 |
| Binary | 11010001 | 1011 | 111100 | 0 | 1011111 | 1000111 | 10010 | 101011001 | 1011010 | 101011 |
Color Harmonies of #D10B3C
Complementary color
Monochromatic Colors of #D10B3C
Black with #D10B3C
Text Example
Text Example
White with #D10B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B3C; }
p { color: rgb(209,11,60); }
H1.HeaderClassName
{
color: #D10B3C;
}
.AnyTagClassName
{
color: #D10B3C;
}
</style>
background-color css
<style>
a { background-color: #D10B3C; }
a { background-color: rgb(209,11,60); }
div.DivClassName
{
background-color: #D10B3C;
}
.BgClassName
{
background-color: #D10B3C;
}
</style>
border-color css
<style>
span { border-color: #D10B3C; }
span { border-color: rgb(209,11,60); }
td.TdClassName
{
border-color: #D10B3C;
}
.TagClassName
{
border-color: #D10B3C;
}
</style>