Shades of Crimson #D8053F
Tints of Crimson #D8053F
RGB
CMYK
RGB Variations
Color information
#D8053F (or 0xD8053F) is known color: Crimson. HEX triplet: D8, 05 and 3F. RGB value is (216,5,63). Sum of RGB (Red+Green+Blue) = 216+5+63=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D8053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8053F is #27FAC0. Grayscale: #4A4A4A. Windows color (decimal): -2620097 or 4130264. OLE color: 4130264.
HSL color Cylindrical-coordinate representation of color #D8053F: hue angle of 343.51º 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 #D8053F is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.15 |
| HSL | 343.51º | 0.95% | 0.43% | - |
| HSV(B) | 343.51º | 0.98% | 0.85% | - |
| XYZ | 29.27 | 15.07 | 6.07 | - |
| YUV | 74.7 | 121.4 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 63 | 0 | 0.98 | 0.71 | 0.15 | 343.51 | 0.95 | 0.43 |
| Hex | D8 | 5 | 3F | 0 | 62 | 47 | F | 158 | 5F | 2B |
| Octal | 330 | 5 | 77 | 0 | 142 | 107 | 17 | 530 | 137 | 53 |
| Binary | 11011000 | 101 | 111111 | 0 | 1100010 | 1000111 | 1111 | 101011000 | 1011111 | 101011 |
Color Harmonies of #D8053F
Complementary color
Monochromatic Colors of #D8053F
Black with #D8053F
Text Example
Text Example
White with #D8053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8053F; }
p { color: rgb(216,5,63); }
H1.HeaderClassName
{
color: #D8053F;
}
.AnyTagClassName
{
color: #D8053F;
}
</style>
background-color css
<style>
a { background-color: #D8053F; }
a { background-color: rgb(216,5,63); }
div.DivClassName
{
background-color: #D8053F;
}
.BgClassName
{
background-color: #D8053F;
}
</style>
border-color css
<style>
span { border-color: #D8053F; }
span { border-color: rgb(216,5,63); }
td.TdClassName
{
border-color: #D8053F;
}
.TagClassName
{
border-color: #D8053F;
}
</style>