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