Shades of Crimson #D8092D
Tints of Crimson #D8092D
RGB
CMYK
RGB Variations
Color information
#D8092D (or 0xD8092D) is known color: Crimson. HEX triplet: D8, 09 and 2D. RGB value is (216,9,45). Sum of RGB (Red+Green+Blue) = 216+9+45=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D8092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8092D is #27F6D2. Grayscale: #4B4B4B. Windows color (decimal): -2619091 or 2951640. OLE color: 2951640.
HSL color Cylindrical-coordinate representation of color #D8092D: hue angle of 349.57º 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 #D8092D is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.15 |
| HSL | 349.57º | 0.92% | 0.44% | - |
| HSV(B) | 349.57º | 0.96% | 0.85% | - |
| XYZ | 28.89 | 14.98 | 3.85 | - |
| YUV | 75 | 111.08 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 45 | 0 | 0.96 | 0.79 | 0.15 | 349.57 | 0.92 | 0.44 |
| Hex | D8 | 9 | 2D | 0 | 60 | 4F | F | 15E | 5C | 2C |
| Octal | 330 | 11 | 55 | 0 | 140 | 117 | 17 | 536 | 134 | 54 |
| Binary | 11011000 | 1001 | 101101 | 0 | 1100000 | 1001111 | 1111 | 101011110 | 1011100 | 101100 |
Color Harmonies of #D8092D
Complementary color
Monochromatic Colors of #D8092D
Black with #D8092D
Text Example
Text Example
White with #D8092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8092D; }
p { color: rgb(216,9,45); }
H1.HeaderClassName
{
color: #D8092D;
}
.AnyTagClassName
{
color: #D8092D;
}
</style>
background-color css
<style>
a { background-color: #D8092D; }
a { background-color: rgb(216,9,45); }
div.DivClassName
{
background-color: #D8092D;
}
.BgClassName
{
background-color: #D8092D;
}
</style>
border-color css
<style>
span { border-color: #D8092D; }
span { border-color: rgb(216,9,45); }
td.TdClassName
{
border-color: #D8092D;
}
.TagClassName
{
border-color: #D8092D;
}
</style>