Shades of Crimson #D9003A
Tints of Crimson #D9003A
RGB
CMYK
RGB Variations
Color information
#D9003A (or 0xD9003A) is known color: Crimson. HEX triplet: D9, 00 and 3A. RGB value is (217,0,58). Sum of RGB (Red+Green+Blue) = 217+0+58=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D9003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9003A is #26FFC5. Grayscale: #474747. Windows color (decimal): -2555846 or 3801305. OLE color: 3801305.
HSL color Cylindrical-coordinate representation of color #D9003A: hue angle of 343.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9003A is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.73 | 0.15 |
| HSL | 343.96º | 1% | 0.43% | - |
| HSV(B) | 343.96º | 1% | 0.85% | - |
| XYZ | 29.38 | 15.06 | 5.36 | - |
| YUV | 71.5 | 120.39 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 58 | 0 | 1 | 0.73 | 0.15 | 343.96 | 1 | 0.43 |
| Hex | D9 | 0 | 3A | 0 | 64 | 49 | F | 158 | 64 | 2B |
| Octal | 331 | 0 | 72 | 0 | 144 | 111 | 17 | 530 | 144 | 53 |
| Binary | 11011001 | 0 | 111010 | 0 | 1100100 | 1001001 | 1111 | 101011000 | 1100100 | 101011 |
Color Harmonies of #D9003A
Complementary color
Monochromatic Colors of #D9003A
Black with #D9003A
Text Example
Text Example
White with #D9003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9003A; }
p { color: rgb(217,0,58); }
H1.HeaderClassName
{
color: #D9003A;
}
.AnyTagClassName
{
color: #D9003A;
}
</style>
background-color css
<style>
a { background-color: #D9003A; }
a { background-color: rgb(217,0,58); }
div.DivClassName
{
background-color: #D9003A;
}
.BgClassName
{
background-color: #D9003A;
}
</style>
border-color css
<style>
span { border-color: #D9003A; }
span { border-color: rgb(217,0,58); }
td.TdClassName
{
border-color: #D9003A;
}
.TagClassName
{
border-color: #D9003A;
}
</style>