Shades of Crimson #D9013B
Tints of Crimson #D9013B
RGB
CMYK
RGB Variations
Color information
#D9013B (or 0xD9013B) is known color: Crimson. HEX triplet: D9, 01 and 3B. RGB value is (217,1,59). Sum of RGB (Red+Green+Blue) = 217+1+59=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D9013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9013B is #26FEC4. Grayscale: #484848. Windows color (decimal): -2555589 or 3867097. OLE color: 3867097.
HSL color Cylindrical-coordinate representation of color #D9013B: hue angle of 343.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9013B is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.15 |
| HSL | 343.89º | 0.99% | 0.43% | - |
| HSV(B) | 343.89º | 1% | 0.85% | - |
| XYZ | 29.42 | 15.09 | 5.5 | - |
| YUV | 72.2 | 120.56 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 59 | 0 | 1.00 | 0.73 | 0.15 | 343.89 | 0.99 | 0.43 |
| Hex | D9 | 1 | 3B | 0 | 64 | 49 | F | 158 | 63 | 2B |
| Octal | 331 | 1 | 73 | 0 | 144 | 111 | 17 | 530 | 143 | 53 |
| Binary | 11011001 | 1 | 111011 | 0 | 1100100 | 1001001 | 1111 | 101011000 | 1100011 | 101011 |
Color Harmonies of #D9013B
Complementary color
Monochromatic Colors of #D9013B
Black with #D9013B
Text Example
Text Example
White with #D9013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9013B; }
p { color: rgb(217,1,59); }
H1.HeaderClassName
{
color: #D9013B;
}
.AnyTagClassName
{
color: #D9013B;
}
</style>
background-color css
<style>
a { background-color: #D9013B; }
a { background-color: rgb(217,1,59); }
div.DivClassName
{
background-color: #D9013B;
}
.BgClassName
{
background-color: #D9013B;
}
</style>
border-color css
<style>
span { border-color: #D9013B; }
span { border-color: rgb(217,1,59); }
td.TdClassName
{
border-color: #D9013B;
}
.TagClassName
{
border-color: #D9013B;
}
</style>