Shades of Crimson #D8033D
Tints of Crimson #D8033D
RGB
CMYK
RGB Variations
Color information
#D8033D (or 0xD8033D) is known color: Crimson. HEX triplet: D8, 03 and 3D. RGB value is (216,3,61). Sum of RGB (Red+Green+Blue) = 216+3+61=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8033D is #27FCC2. Grayscale: #494949. Windows color (decimal): -2620611 or 3998680. OLE color: 3998680.
HSL color Cylindrical-coordinate representation of color #D8033D: hue angle of 343.66º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8033D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.15 |
| HSL | 343.66º | 0.97% | 0.43% | - |
| HSV(B) | 343.66º | 0.99% | 0.85% | - |
| XYZ | 29.19 | 15 | 5.77 | - |
| YUV | 73.3 | 121.07 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 61 | 0 | 0.99 | 0.72 | 0.15 | 343.66 | 0.97 | 0.43 |
| Hex | D8 | 3 | 3D | 0 | 63 | 48 | F | 158 | 61 | 2B |
| Octal | 330 | 3 | 75 | 0 | 143 | 110 | 17 | 530 | 141 | 53 |
| Binary | 11011000 | 11 | 111101 | 0 | 1100011 | 1001000 | 1111 | 101011000 | 1100001 | 101011 |
Color Harmonies of #D8033D
Complementary color
Monochromatic Colors of #D8033D
Black with #D8033D
Text Example
Text Example
White with #D8033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8033D; }
p { color: rgb(216,3,61); }
H1.HeaderClassName
{
color: #D8033D;
}
.AnyTagClassName
{
color: #D8033D;
}
</style>
background-color css
<style>
a { background-color: #D8033D; }
a { background-color: rgb(216,3,61); }
div.DivClassName
{
background-color: #D8033D;
}
.BgClassName
{
background-color: #D8033D;
}
</style>
border-color css
<style>
span { border-color: #D8033D; }
span { border-color: rgb(216,3,61); }
td.TdClassName
{
border-color: #D8033D;
}
.TagClassName
{
border-color: #D8033D;
}
</style>