Shades of Crimson #D9012D
Tints of Crimson #D9012D
RGB
CMYK
RGB Variations
Color information
#D9012D (or 0xD9012D) is known color: Crimson. HEX triplet: D9, 01 and 2D. RGB value is (217,1,45). Sum of RGB (Red+Green+Blue) = 217+1+45=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D9012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9012D is #26FED2. Grayscale: #464646. Windows color (decimal): -2555603 or 2949593. OLE color: 2949593.
HSL color Cylindrical-coordinate representation of color #D9012D: hue angle of 347.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 #D9012D is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.15 |
| HSL | 347.78º | 0.99% | 0.43% | - |
| HSV(B) | 347.78º | 1% | 0.85% | - |
| XYZ | 29.1 | 14.96 | 3.84 | - |
| YUV | 70.6 | 113.56 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 45 | 0 | 1.00 | 0.79 | 0.15 | 347.78 | 0.99 | 0.43 |
| Hex | D9 | 1 | 2D | 0 | 64 | 4F | F | 15C | 63 | 2B |
| Octal | 331 | 1 | 55 | 0 | 144 | 117 | 17 | 534 | 143 | 53 |
| Binary | 11011001 | 1 | 101101 | 0 | 1100100 | 1001111 | 1111 | 101011100 | 1100011 | 101011 |
Color Harmonies of #D9012D
Complementary color
Monochromatic Colors of #D9012D
Black with #D9012D
Text Example
Text Example
White with #D9012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9012D; }
p { color: rgb(217,1,45); }
H1.HeaderClassName
{
color: #D9012D;
}
.AnyTagClassName
{
color: #D9012D;
}
</style>
background-color css
<style>
a { background-color: #D9012D; }
a { background-color: rgb(217,1,45); }
div.DivClassName
{
background-color: #D9012D;
}
.BgClassName
{
background-color: #D9012D;
}
</style>
border-color css
<style>
span { border-color: #D9012D; }
span { border-color: rgb(217,1,45); }
td.TdClassName
{
border-color: #D9012D;
}
.TagClassName
{
border-color: #D9012D;
}
</style>