Shades of Crimson #D9042E
Tints of Crimson #D9042E
RGB
CMYK
RGB Variations
Color information
#D9042E (or 0xD9042E) is known color: Crimson. HEX triplet: D9, 04 and 2E. RGB value is (217,4,46). Sum of RGB (Red+Green+Blue) = 217+4+46=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D9042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9042E is #26FBD1. Grayscale: #484848. Windows color (decimal): -2554834 or 3015897. OLE color: 3015897.
HSL color Cylindrical-coordinate representation of color #D9042E: hue angle of 348.17º 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 #D9042E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.15 |
| HSL | 348.17º | 0.96% | 0.43% | - |
| HSV(B) | 348.17º | 0.98% | 0.85% | - |
| XYZ | 29.15 | 15.04 | 3.95 | - |
| YUV | 72.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 46 | 0 | 0.98 | 0.79 | 0.15 | 348.17 | 0.96 | 0.43 |
| Hex | D9 | 4 | 2E | 0 | 62 | 4F | F | 15C | 60 | 2B |
| Octal | 331 | 4 | 56 | 0 | 142 | 117 | 17 | 534 | 140 | 53 |
| Binary | 11011001 | 100 | 101110 | 0 | 1100010 | 1001111 | 1111 | 101011100 | 1100000 | 101011 |
Color Harmonies of #D9042E
Complementary color
Monochromatic Colors of #D9042E
Black with #D9042E
Text Example
Text Example
White with #D9042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9042E; }
p { color: rgb(217,4,46); }
H1.HeaderClassName
{
color: #D9042E;
}
.AnyTagClassName
{
color: #D9042E;
}
</style>
background-color css
<style>
a { background-color: #D9042E; }
a { background-color: rgb(217,4,46); }
div.DivClassName
{
background-color: #D9042E;
}
.BgClassName
{
background-color: #D9042E;
}
</style>
border-color css
<style>
span { border-color: #D9042E; }
span { border-color: rgb(217,4,46); }
td.TdClassName
{
border-color: #D9042E;
}
.TagClassName
{
border-color: #D9042E;
}
</style>