Shades of Crimson #D9013F
Tints of Crimson #D9013F
RGB
CMYK
RGB Variations
Color information
#D9013F (or 0xD9013F) is known color: Crimson. HEX triplet: D9, 01 and 3F. RGB value is (217,1,63). Sum of RGB (Red+Green+Blue) = 217+1+63=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9013F is #26FEC0. Grayscale: #484848. Windows color (decimal): -2555585 or 4129241. OLE color: 4129241.
HSL color Cylindrical-coordinate representation of color #D9013F: hue angle of 342.78º 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 #D9013F is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.15 |
| HSL | 342.78º | 0.99% | 0.43% | - |
| HSV(B) | 342.78º | 1% | 0.85% | - |
| XYZ | 29.52 | 15.13 | 6.07 | - |
| YUV | 72.65 | 122.56 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 63 | 0 | 1.00 | 0.71 | 0.15 | 342.78 | 0.99 | 0.43 |
| Hex | D9 | 1 | 3F | 0 | 64 | 47 | F | 157 | 63 | 2B |
| Octal | 331 | 1 | 77 | 0 | 144 | 107 | 17 | 527 | 143 | 53 |
| Binary | 11011001 | 1 | 111111 | 0 | 1100100 | 1000111 | 1111 | 101010111 | 1100011 | 101011 |
Color Harmonies of #D9013F
Complementary color
Monochromatic Colors of #D9013F
Black with #D9013F
Text Example
Text Example
White with #D9013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9013F; }
p { color: rgb(217,1,63); }
H1.HeaderClassName
{
color: #D9013F;
}
.AnyTagClassName
{
color: #D9013F;
}
</style>
background-color css
<style>
a { background-color: #D9013F; }
a { background-color: rgb(217,1,63); }
div.DivClassName
{
background-color: #D9013F;
}
.BgClassName
{
background-color: #D9013F;
}
</style>
border-color css
<style>
span { border-color: #D9013F; }
span { border-color: rgb(217,1,63); }
td.TdClassName
{
border-color: #D9013F;
}
.TagClassName
{
border-color: #D9013F;
}
</style>