Shades of Crimson #D10B4B
Tints of Crimson #D10B4B
RGB
CMYK
RGB Variations
Color information
#D10B4B (or 0xD10B4B) is known color: Crimson. HEX triplet: D1, 0B and 4B. RGB value is (209,11,75). Sum of RGB (Red+Green+Blue) = 209+11+75=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10B4B is #2EF4B4. Grayscale: #4D4D4D. Windows color (decimal): -3077301 or 4918225. OLE color: 4918225.
HSL color Cylindrical-coordinate representation of color #D10B4B: hue angle of 340.61º 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 #D10B4B is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 75 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.18 |
| HSL | 340.61º | 0.9% | 0.43% | - |
| HSV(B) | 340.61º | 0.95% | 0.82% | - |
| XYZ | 27.68 | 14.3 | 7.96 | - |
| YUV | 77.5 | 126.6 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 75 | 0 | 0.95 | 0.64 | 0.18 | 340.61 | 0.9 | 0.43 |
| Hex | D1 | B | 4B | 0 | 5F | 40 | 12 | 155 | 5A | 2B |
| Octal | 321 | 13 | 113 | 0 | 137 | 100 | 22 | 525 | 132 | 53 |
| Binary | 11010001 | 1011 | 1001011 | 0 | 1011111 | 1000000 | 10010 | 101010101 | 1011010 | 101011 |
Color Harmonies of #D10B4B
Complementary color
Monochromatic Colors of #D10B4B
Black with #D10B4B
Text Example
Text Example
White with #D10B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B4B; }
p { color: rgb(209,11,75); }
H1.HeaderClassName
{
color: #D10B4B;
}
.AnyTagClassName
{
color: #D10B4B;
}
</style>
background-color css
<style>
a { background-color: #D10B4B; }
a { background-color: rgb(209,11,75); }
div.DivClassName
{
background-color: #D10B4B;
}
.BgClassName
{
background-color: #D10B4B;
}
</style>
border-color css
<style>
span { border-color: #D10B4B; }
span { border-color: rgb(209,11,75); }
td.TdClassName
{
border-color: #D10B4B;
}
.TagClassName
{
border-color: #D10B4B;
}
</style>