Shades of Crimson #D8094A
Tints of Crimson #D8094A
RGB
CMYK
RGB Variations
Color information
#D8094A (or 0xD8094A) is known color: Crimson. HEX triplet: D8, 09 and 4A. RGB value is (216,9,74). Sum of RGB (Red+Green+Blue) = 216+9+74=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8094A is #27F6B5. Grayscale: #4E4E4E. Windows color (decimal): -2619062 or 4852184. OLE color: 4852184.
HSL color Cylindrical-coordinate representation of color #D8094A: hue angle of 341.16º 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 #D8094A is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.15 |
| HSL | 341.16º | 0.92% | 0.44% | - |
| HSV(B) | 341.16º | 0.96% | 0.85% | - |
| XYZ | 29.65 | 15.29 | 7.87 | - |
| YUV | 78.3 | 125.58 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 74 | 0 | 0.96 | 0.66 | 0.15 | 341.16 | 0.92 | 0.44 |
| Hex | D8 | 9 | 4A | 0 | 60 | 42 | F | 155 | 5C | 2C |
| Octal | 330 | 11 | 112 | 0 | 140 | 102 | 17 | 525 | 134 | 54 |
| Binary | 11011000 | 1001 | 1001010 | 0 | 1100000 | 1000010 | 1111 | 101010101 | 1011100 | 101100 |
Color Harmonies of #D8094A
Complementary color
Monochromatic Colors of #D8094A
Black with #D8094A
Text Example
Text Example
White with #D8094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8094A; }
p { color: rgb(216,9,74); }
H1.HeaderClassName
{
color: #D8094A;
}
.AnyTagClassName
{
color: #D8094A;
}
</style>
background-color css
<style>
a { background-color: #D8094A; }
a { background-color: rgb(216,9,74); }
div.DivClassName
{
background-color: #D8094A;
}
.BgClassName
{
background-color: #D8094A;
}
</style>
border-color css
<style>
span { border-color: #D8094A; }
span { border-color: rgb(216,9,74); }
td.TdClassName
{
border-color: #D8094A;
}
.TagClassName
{
border-color: #D8094A;
}
</style>