Shades of Crimson #D8092B
Tints of Crimson #D8092B
RGB
CMYK
RGB Variations
Color information
#D8092B (or 0xD8092B) is known color: Crimson. HEX triplet: D8, 09 and 2B. RGB value is (216,9,43). Sum of RGB (Red+Green+Blue) = 216+9+43=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D8092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8092B is #27F6D4. Grayscale: #4A4A4A. Windows color (decimal): -2619093 or 2820568. OLE color: 2820568.
HSL color Cylindrical-coordinate representation of color #D8092B: hue angle of 350.14º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8092B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.15 |
| HSL | 350.14º | 0.92% | 0.44% | - |
| HSV(B) | 350.14º | 0.96% | 0.85% | - |
| XYZ | 28.85 | 14.97 | 3.65 | - |
| YUV | 74.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 43 | 0 | 0.96 | 0.80 | 0.15 | 350.14 | 0.92 | 0.44 |
| Hex | D8 | 9 | 2B | 0 | 60 | 50 | F | 15E | 5C | 2C |
| Octal | 330 | 11 | 53 | 0 | 140 | 120 | 17 | 536 | 134 | 54 |
| Binary | 11011000 | 1001 | 101011 | 0 | 1100000 | 1010000 | 1111 | 101011110 | 1011100 | 101100 |
Color Harmonies of #D8092B
Complementary color
Monochromatic Colors of #D8092B
Black with #D8092B
Text Example
Text Example
White with #D8092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8092B; }
p { color: rgb(216,9,43); }
H1.HeaderClassName
{
color: #D8092B;
}
.AnyTagClassName
{
color: #D8092B;
}
</style>
background-color css
<style>
a { background-color: #D8092B; }
a { background-color: rgb(216,9,43); }
div.DivClassName
{
background-color: #D8092B;
}
.BgClassName
{
background-color: #D8092B;
}
</style>
border-color css
<style>
span { border-color: #D8092B; }
span { border-color: rgb(216,9,43); }
td.TdClassName
{
border-color: #D8092B;
}
.TagClassName
{
border-color: #D8092B;
}
</style>