Shades of Crimson #D8012D
Tints of Crimson #D8012D
RGB
CMYK
RGB Variations
Color information
#D8012D (or 0xD8012D) is known color: Crimson. HEX triplet: D8, 01 and 2D. RGB value is (216,1,45). Sum of RGB (Red+Green+Blue) = 216+1+45=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D8012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8012D is #27FED2. Grayscale: #464646. Windows color (decimal): -2621139 or 2949592. OLE color: 2949592.
HSL color Cylindrical-coordinate representation of color #D8012D: hue angle of 347.72º 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 #D8012D is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.15 |
| HSL | 347.72º | 0.99% | 0.43% | - |
| HSV(B) | 347.72º | 1% | 0.85% | - |
| XYZ | 28.8 | 14.81 | 3.82 | - |
| YUV | 70.3 | 113.73 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 45 | 0 | 1.00 | 0.79 | 0.15 | 347.72 | 0.99 | 0.43 |
| Hex | D8 | 1 | 2D | 0 | 64 | 4F | F | 15C | 63 | 2B |
| Octal | 330 | 1 | 55 | 0 | 144 | 117 | 17 | 534 | 143 | 53 |
| Binary | 11011000 | 1 | 101101 | 0 | 1100100 | 1001111 | 1111 | 101011100 | 1100011 | 101011 |
Color Harmonies of #D8012D
Complementary color
Monochromatic Colors of #D8012D
Black with #D8012D
Text Example
Text Example
White with #D8012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8012D; }
p { color: rgb(216,1,45); }
H1.HeaderClassName
{
color: #D8012D;
}
.AnyTagClassName
{
color: #D8012D;
}
</style>
background-color css
<style>
a { background-color: #D8012D; }
a { background-color: rgb(216,1,45); }
div.DivClassName
{
background-color: #D8012D;
}
.BgClassName
{
background-color: #D8012D;
}
</style>
border-color css
<style>
span { border-color: #D8012D; }
span { border-color: rgb(216,1,45); }
td.TdClassName
{
border-color: #D8012D;
}
.TagClassName
{
border-color: #D8012D;
}
</style>