Shades of Crimson #D8063B
Tints of Crimson #D8063B
RGB
CMYK
RGB Variations
Color information
#D8063B (or 0xD8063B) is known color: Crimson. HEX triplet: D8, 06 and 3B. RGB value is (216,6,59). Sum of RGB (Red+Green+Blue) = 216+6+59=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8063B is #27F9C4. Grayscale: #4A4A4A. Windows color (decimal): -2619845 or 3868376. OLE color: 3868376.
HSL color Cylindrical-coordinate representation of color #D8063B: hue angle of 344.86º degrees, saturation: 0.95, 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 #D8063B is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.15 |
| HSL | 344.86º | 0.95% | 0.44% | - |
| HSV(B) | 344.86º | 0.97% | 0.85% | - |
| XYZ | 29.17 | 15.04 | 5.5 | - |
| YUV | 74.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 59 | 0 | 0.97 | 0.73 | 0.15 | 344.86 | 0.95 | 0.44 |
| Hex | D8 | 6 | 3B | 0 | 61 | 49 | F | 159 | 5F | 2C |
| Octal | 330 | 6 | 73 | 0 | 141 | 111 | 17 | 531 | 137 | 54 |
| Binary | 11011000 | 110 | 111011 | 0 | 1100001 | 1001001 | 1111 | 101011001 | 1011111 | 101100 |
Color Harmonies of #D8063B
Complementary color
Monochromatic Colors of #D8063B
Black with #D8063B
Text Example
Text Example
White with #D8063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8063B; }
p { color: rgb(216,6,59); }
H1.HeaderClassName
{
color: #D8063B;
}
.AnyTagClassName
{
color: #D8063B;
}
</style>
background-color css
<style>
a { background-color: #D8063B; }
a { background-color: rgb(216,6,59); }
div.DivClassName
{
background-color: #D8063B;
}
.BgClassName
{
background-color: #D8063B;
}
</style>
border-color css
<style>
span { border-color: #D8063B; }
span { border-color: rgb(216,6,59); }
td.TdClassName
{
border-color: #D8063B;
}
.TagClassName
{
border-color: #D8063B;
}
</style>