Shades of Crimson #D8073C
Tints of Crimson #D8073C
RGB
CMYK
RGB Variations
Color information
#D8073C (or 0xD8073C) is known color: Crimson. HEX triplet: D8, 07 and 3C. RGB value is (216,7,60). Sum of RGB (Red+Green+Blue) = 216+7+60=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8073C is #27F8C3. Grayscale: #4B4B4B. Windows color (decimal): -2619588 or 3934168. OLE color: 3934168.
HSL color Cylindrical-coordinate representation of color #D8073C: hue angle of 344.78º 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 #D8073C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.15 |
| HSL | 344.78º | 0.94% | 0.44% | - |
| HSV(B) | 344.78º | 0.97% | 0.85% | - |
| XYZ | 29.21 | 15.08 | 5.65 | - |
| YUV | 75.53 | 119.24 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 60 | 0 | 0.97 | 0.72 | 0.15 | 344.78 | 0.94 | 0.44 |
| Hex | D8 | 7 | 3C | 0 | 61 | 48 | F | 159 | 5E | 2C |
| Octal | 330 | 7 | 74 | 0 | 141 | 110 | 17 | 531 | 136 | 54 |
| Binary | 11011000 | 111 | 111100 | 0 | 1100001 | 1001000 | 1111 | 101011001 | 1011110 | 101100 |
Color Harmonies of #D8073C
Complementary color
Monochromatic Colors of #D8073C
Black with #D8073C
Text Example
Text Example
White with #D8073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8073C; }
p { color: rgb(216,7,60); }
H1.HeaderClassName
{
color: #D8073C;
}
.AnyTagClassName
{
color: #D8073C;
}
</style>
background-color css
<style>
a { background-color: #D8073C; }
a { background-color: rgb(216,7,60); }
div.DivClassName
{
background-color: #D8073C;
}
.BgClassName
{
background-color: #D8073C;
}
</style>
border-color css
<style>
span { border-color: #D8073C; }
span { border-color: rgb(216,7,60); }
td.TdClassName
{
border-color: #D8073C;
}
.TagClassName
{
border-color: #D8073C;
}
</style>