Shades of Crimson #D9012C
Tints of Crimson #D9012C
RGB
CMYK
RGB Variations
Color information
#D9012C (or 0xD9012C) is known color: Crimson. HEX triplet: D9, 01 and 2C. RGB value is (217,1,44). Sum of RGB (Red+Green+Blue) = 217+1+44=262 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.82% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 217 - color contains mainly: red. Hex color #D9012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9012C is #26FED3. Grayscale: #464646. Windows color (decimal): -2555604 or 2884057. OLE color: 2884057.
HSL color Cylindrical-coordinate representation of color #D9012C: hue angle of 348.06º 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 #D9012C is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.15 |
| HSL | 348.06º | 0.99% | 0.43% | - |
| HSV(B) | 348.06º | 1% | 0.85% | - |
| XYZ | 29.08 | 14.96 | 3.74 | - |
| YUV | 70.49 | 113.06 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 44 | 0 | 1.00 | 0.80 | 0.15 | 348.06 | 0.99 | 0.43 |
| Hex | D9 | 1 | 2C | 0 | 64 | 50 | F | 15C | 63 | 2B |
| Octal | 331 | 1 | 54 | 0 | 144 | 120 | 17 | 534 | 143 | 53 |
| Binary | 11011001 | 1 | 101100 | 0 | 1100100 | 1010000 | 1111 | 101011100 | 1100011 | 101011 |
Color Harmonies of #D9012C
Complementary color
Monochromatic Colors of #D9012C
Black with #D9012C
Text Example
Text Example
White with #D9012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9012C; }
p { color: rgb(217,1,44); }
H1.HeaderClassName
{
color: #D9012C;
}
.AnyTagClassName
{
color: #D9012C;
}
</style>
background-color css
<style>
a { background-color: #D9012C; }
a { background-color: rgb(217,1,44); }
div.DivClassName
{
background-color: #D9012C;
}
.BgClassName
{
background-color: #D9012C;
}
</style>
border-color css
<style>
span { border-color: #D9012C; }
span { border-color: rgb(217,1,44); }
td.TdClassName
{
border-color: #D9012C;
}
.TagClassName
{
border-color: #D9012C;
}
</style>