Shades of Crimson #D8093D
Tints of Crimson #D8093D
RGB
CMYK
RGB Variations
Color information
#D8093D (or 0xD8093D) is known color: Crimson. HEX triplet: D8, 09 and 3D. RGB value is (216,9,61). Sum of RGB (Red+Green+Blue) = 216+9+61=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D8093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8093D is #27F6C2. Grayscale: #4C4C4C. Windows color (decimal): -2619075 or 4000216. OLE color: 4000216.
HSL color Cylindrical-coordinate representation of color #D8093D: hue angle of 344.93º 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 #D8093D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.15 |
| HSL | 344.93º | 0.92% | 0.44% | - |
| HSV(B) | 344.93º | 0.96% | 0.85% | - |
| XYZ | 29.26 | 15.13 | 5.79 | - |
| YUV | 76.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 61 | 0 | 0.96 | 0.72 | 0.15 | 344.93 | 0.92 | 0.44 |
| Hex | D8 | 9 | 3D | 0 | 60 | 48 | F | 159 | 5C | 2C |
| Octal | 330 | 11 | 75 | 0 | 140 | 110 | 17 | 531 | 134 | 54 |
| Binary | 11011000 | 1001 | 111101 | 0 | 1100000 | 1001000 | 1111 | 101011001 | 1011100 | 101100 |
Color Harmonies of #D8093D
Complementary color
Monochromatic Colors of #D8093D
Black with #D8093D
Text Example
Text Example
White with #D8093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8093D; }
p { color: rgb(216,9,61); }
H1.HeaderClassName
{
color: #D8093D;
}
.AnyTagClassName
{
color: #D8093D;
}
</style>
background-color css
<style>
a { background-color: #D8093D; }
a { background-color: rgb(216,9,61); }
div.DivClassName
{
background-color: #D8093D;
}
.BgClassName
{
background-color: #D8093D;
}
</style>
border-color css
<style>
span { border-color: #D8093D; }
span { border-color: rgb(216,9,61); }
td.TdClassName
{
border-color: #D8093D;
}
.TagClassName
{
border-color: #D8093D;
}
</style>