Shades of Crimson #D8053D
Tints of Crimson #D8053D
RGB
CMYK
RGB Variations
Color information
#D8053D (or 0xD8053D) is known color: Crimson. HEX triplet: D8, 05 and 3D. RGB value is (216,5,61). Sum of RGB (Red+Green+Blue) = 216+5+61=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8053D is #27FAC2. Grayscale: #4A4A4A. Windows color (decimal): -2620099 or 3999192. OLE color: 3999192.
HSL color Cylindrical-coordinate representation of color #D8053D: hue angle of 344.08º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8053D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.15 |
| HSL | 344.08º | 0.95% | 0.43% | - |
| HSV(B) | 344.08º | 0.98% | 0.85% | - |
| XYZ | 29.22 | 15.04 | 5.78 | - |
| YUV | 74.47 | 120.4 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 61 | 0 | 0.98 | 0.72 | 0.15 | 344.08 | 0.95 | 0.43 |
| Hex | D8 | 5 | 3D | 0 | 62 | 48 | F | 158 | 5F | 2B |
| Octal | 330 | 5 | 75 | 0 | 142 | 110 | 17 | 530 | 137 | 53 |
| Binary | 11011000 | 101 | 111101 | 0 | 1100010 | 1001000 | 1111 | 101011000 | 1011111 | 101011 |
Color Harmonies of #D8053D
Complementary color
Monochromatic Colors of #D8053D
Black with #D8053D
Text Example
Text Example
White with #D8053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8053D; }
p { color: rgb(216,5,61); }
H1.HeaderClassName
{
color: #D8053D;
}
.AnyTagClassName
{
color: #D8053D;
}
</style>
background-color css
<style>
a { background-color: #D8053D; }
a { background-color: rgb(216,5,61); }
div.DivClassName
{
background-color: #D8053D;
}
.BgClassName
{
background-color: #D8053D;
}
</style>
border-color css
<style>
span { border-color: #D8053D; }
span { border-color: rgb(216,5,61); }
td.TdClassName
{
border-color: #D8053D;
}
.TagClassName
{
border-color: #D8053D;
}
</style>