Shades of Crimson #D8022D
Tints of Crimson #D8022D
RGB
CMYK
RGB Variations
Color information
#D8022D (or 0xD8022D) is known color: Crimson. HEX triplet: D8, 02 and 2D. RGB value is (216,2,45). Sum of RGB (Red+Green+Blue) = 216+2+45=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D8022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8022D is #27FDD2. Grayscale: #464646. Windows color (decimal): -2620883 or 2949848. OLE color: 2949848.
HSL color Cylindrical-coordinate representation of color #D8022D: hue angle of 347.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8022D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.15 |
| HSL | 347.94º | 0.98% | 0.43% | - |
| HSV(B) | 347.94º | 0.99% | 0.85% | - |
| XYZ | 28.81 | 14.83 | 3.83 | - |
| YUV | 70.89 | 113.4 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 45 | 0 | 0.99 | 0.79 | 0.15 | 347.94 | 0.98 | 0.43 |
| Hex | D8 | 2 | 2D | 0 | 63 | 4F | F | 15C | 62 | 2B |
| Octal | 330 | 2 | 55 | 0 | 143 | 117 | 17 | 534 | 142 | 53 |
| Binary | 11011000 | 10 | 101101 | 0 | 1100011 | 1001111 | 1111 | 101011100 | 1100010 | 101011 |
Color Harmonies of #D8022D
Complementary color
Monochromatic Colors of #D8022D
Black with #D8022D
Text Example
Text Example
White with #D8022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8022D; }
p { color: rgb(216,2,45); }
H1.HeaderClassName
{
color: #D8022D;
}
.AnyTagClassName
{
color: #D8022D;
}
</style>
background-color css
<style>
a { background-color: #D8022D; }
a { background-color: rgb(216,2,45); }
div.DivClassName
{
background-color: #D8022D;
}
.BgClassName
{
background-color: #D8022D;
}
</style>
border-color css
<style>
span { border-color: #D8022D; }
span { border-color: rgb(216,2,45); }
td.TdClassName
{
border-color: #D8022D;
}
.TagClassName
{
border-color: #D8022D;
}
</style>