Shades of Crimson #D8073D
Tints of Crimson #D8073D
RGB
CMYK
RGB Variations
Color information
#D8073D (or 0xD8073D) is known color: Crimson. HEX triplet: D8, 07 and 3D. RGB value is (216,7,61). Sum of RGB (Red+Green+Blue) = 216+7+61=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D8073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8073D is #27F8C2. Grayscale: #4B4B4B. Windows color (decimal): -2619587 or 3999704. OLE color: 3999704.
HSL color Cylindrical-coordinate representation of color #D8073D: hue angle of 344.5º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8073D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.15 |
| HSL | 344.5º | 0.94% | 0.44% | - |
| HSV(B) | 344.5º | 0.97% | 0.85% | - |
| XYZ | 29.24 | 15.09 | 5.79 | - |
| YUV | 75.65 | 119.74 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 61 | 0 | 0.97 | 0.72 | 0.15 | 344.5 | 0.94 | 0.44 |
| Hex | D8 | 7 | 3D | 0 | 61 | 48 | F | 158 | 5E | 2C |
| Octal | 330 | 7 | 75 | 0 | 141 | 110 | 17 | 530 | 136 | 54 |
| Binary | 11011000 | 111 | 111101 | 0 | 1100001 | 1001000 | 1111 | 101011000 | 1011110 | 101100 |
Color Harmonies of #D8073D
Complementary color
Monochromatic Colors of #D8073D
Black with #D8073D
Text Example
Text Example
White with #D8073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8073D; }
p { color: rgb(216,7,61); }
H1.HeaderClassName
{
color: #D8073D;
}
.AnyTagClassName
{
color: #D8073D;
}
</style>
background-color css
<style>
a { background-color: #D8073D; }
a { background-color: rgb(216,7,61); }
div.DivClassName
{
background-color: #D8073D;
}
.BgClassName
{
background-color: #D8073D;
}
</style>
border-color css
<style>
span { border-color: #D8073D; }
span { border-color: rgb(216,7,61); }
td.TdClassName
{
border-color: #D8073D;
}
.TagClassName
{
border-color: #D8073D;
}
</style>