Shades of Crimson #D9043B
Tints of Crimson #D9043B
RGB
CMYK
RGB Variations
Color information
#D9043B (or 0xD9043B) is known color: Crimson. HEX triplet: D9, 04 and 3B. RGB value is (217,4,59). Sum of RGB (Red+Green+Blue) = 217+4+59=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9043B is #26FBC4. Grayscale: #494949. Windows color (decimal): -2554821 or 3867865. OLE color: 3867865.
HSL color Cylindrical-coordinate representation of color #D9043B: hue angle of 344.51º 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 #D9043B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.15 |
| HSL | 344.51º | 0.96% | 0.43% | - |
| HSV(B) | 344.51º | 0.98% | 0.85% | - |
| XYZ | 29.45 | 15.15 | 5.51 | - |
| YUV | 73.96 | 119.57 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 59 | 0 | 0.98 | 0.73 | 0.15 | 344.51 | 0.96 | 0.43 |
| Hex | D9 | 4 | 3B | 0 | 62 | 49 | F | 159 | 60 | 2B |
| Octal | 331 | 4 | 73 | 0 | 142 | 111 | 17 | 531 | 140 | 53 |
| Binary | 11011001 | 100 | 111011 | 0 | 1100010 | 1001001 | 1111 | 101011001 | 1100000 | 101011 |
Color Harmonies of #D9043B
Complementary color
Monochromatic Colors of #D9043B
Black with #D9043B
Text Example
Text Example
White with #D9043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9043B; }
p { color: rgb(217,4,59); }
H1.HeaderClassName
{
color: #D9043B;
}
.AnyTagClassName
{
color: #D9043B;
}
</style>
background-color css
<style>
a { background-color: #D9043B; }
a { background-color: rgb(217,4,59); }
div.DivClassName
{
background-color: #D9043B;
}
.BgClassName
{
background-color: #D9043B;
}
</style>
border-color css
<style>
span { border-color: #D9043B; }
span { border-color: rgb(217,4,59); }
td.TdClassName
{
border-color: #D9043B;
}
.TagClassName
{
border-color: #D9043B;
}
</style>