Shades of Crimson #D8043D
Tints of Crimson #D8043D
RGB
CMYK
RGB Variations
Color information
#D8043D (or 0xD8043D) is known color: Crimson. HEX triplet: D8, 04 and 3D. RGB value is (216,4,61). Sum of RGB (Red+Green+Blue) = 216+4+61=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8043D is #27FBC2. Grayscale: #494949. Windows color (decimal): -2620355 or 3998936. OLE color: 3998936.
HSL color Cylindrical-coordinate representation of color #D8043D: hue angle of 343.87º degrees, saturation: 0.96, 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 #D8043D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.15 |
| HSL | 343.87º | 0.96% | 0.43% | - |
| HSV(B) | 343.87º | 0.98% | 0.85% | - |
| XYZ | 29.2 | 15.02 | 5.78 | - |
| YUV | 73.89 | 120.74 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 61 | 0 | 0.98 | 0.72 | 0.15 | 343.87 | 0.96 | 0.43 |
| Hex | D8 | 4 | 3D | 0 | 62 | 48 | F | 158 | 60 | 2B |
| Octal | 330 | 4 | 75 | 0 | 142 | 110 | 17 | 530 | 140 | 53 |
| Binary | 11011000 | 100 | 111101 | 0 | 1100010 | 1001000 | 1111 | 101011000 | 1100000 | 101011 |
Color Harmonies of #D8043D
Complementary color
Monochromatic Colors of #D8043D
Black with #D8043D
Text Example
Text Example
White with #D8043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8043D; }
p { color: rgb(216,4,61); }
H1.HeaderClassName
{
color: #D8043D;
}
.AnyTagClassName
{
color: #D8043D;
}
</style>
background-color css
<style>
a { background-color: #D8043D; }
a { background-color: rgb(216,4,61); }
div.DivClassName
{
background-color: #D8043D;
}
.BgClassName
{
background-color: #D8043D;
}
</style>
border-color css
<style>
span { border-color: #D8043D; }
span { border-color: rgb(216,4,61); }
td.TdClassName
{
border-color: #D8043D;
}
.TagClassName
{
border-color: #D8043D;
}
</style>