Shades of Crimson #D9043D
Tints of Crimson #D9043D
RGB
CMYK
RGB Variations
Color information
#D9043D (or 0xD9043D) is known color: Crimson. HEX triplet: D9, 04 and 3D. RGB value is (217,4,61). Sum of RGB (Red+Green+Blue) = 217+4+61=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9043D is #26FBC2. Grayscale: #4A4A4A. Windows color (decimal): -2554819 or 3998937. OLE color: 3998937.
HSL color Cylindrical-coordinate representation of color #D9043D: hue angle of 343.94º 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 #D9043D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.15 |
| HSL | 343.94º | 0.96% | 0.43% | - |
| HSV(B) | 343.94º | 0.98% | 0.85% | - |
| XYZ | 29.5 | 15.18 | 5.79 | - |
| YUV | 74.19 | 120.57 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 61 | 0 | 0.98 | 0.72 | 0.15 | 343.94 | 0.96 | 0.43 |
| Hex | D9 | 4 | 3D | 0 | 62 | 48 | F | 158 | 60 | 2B |
| Octal | 331 | 4 | 75 | 0 | 142 | 110 | 17 | 530 | 140 | 53 |
| Binary | 11011001 | 100 | 111101 | 0 | 1100010 | 1001000 | 1111 | 101011000 | 1100000 | 101011 |
Color Harmonies of #D9043D
Complementary color
Monochromatic Colors of #D9043D
Black with #D9043D
Text Example
Text Example
White with #D9043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9043D; }
p { color: rgb(217,4,61); }
H1.HeaderClassName
{
color: #D9043D;
}
.AnyTagClassName
{
color: #D9043D;
}
</style>
background-color css
<style>
a { background-color: #D9043D; }
a { background-color: rgb(217,4,61); }
div.DivClassName
{
background-color: #D9043D;
}
.BgClassName
{
background-color: #D9043D;
}
</style>
border-color css
<style>
span { border-color: #D9043D; }
span { border-color: rgb(217,4,61); }
td.TdClassName
{
border-color: #D9043D;
}
.TagClassName
{
border-color: #D9043D;
}
</style>