Shades of Crimson #D7003A
Tints of Crimson #D7003A
RGB
CMYK
RGB Variations
Color information
#D7003A (or 0xD7003A) is known color: Crimson. HEX triplet: D7, 00 and 3A. RGB value is (215,0,58). Sum of RGB (Red+Green+Blue) = 215+0+58=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D7003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7003A is #28FFC5. Grayscale: #464646. Windows color (decimal): -2686918 or 3801303. OLE color: 3801303.
HSL color Cylindrical-coordinate representation of color #D7003A: hue angle of 343.81º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7003A is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.73 | 0.16 |
| HSL | 343.81º | 1% | 0.42% | - |
| HSV(B) | 343.81º | 1% | 0.84% | - |
| XYZ | 28.79 | 14.75 | 5.33 | - |
| YUV | 70.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 58 | 0 | 1 | 0.73 | 0.16 | 343.81 | 1 | 0.42 |
| Hex | D7 | 0 | 3A | 0 | 64 | 49 | 10 | 158 | 64 | 2A |
| Octal | 327 | 0 | 72 | 0 | 144 | 111 | 20 | 530 | 144 | 52 |
| Binary | 11010111 | 0 | 111010 | 0 | 1100100 | 1001001 | 10000 | 101011000 | 1100100 | 101010 |
Color Harmonies of #D7003A
Complementary color
Monochromatic Colors of #D7003A
Black with #D7003A
Text Example
Text Example
White with #D7003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7003A; }
p { color: rgb(215,0,58); }
H1.HeaderClassName
{
color: #D7003A;
}
.AnyTagClassName
{
color: #D7003A;
}
</style>
background-color css
<style>
a { background-color: #D7003A; }
a { background-color: rgb(215,0,58); }
div.DivClassName
{
background-color: #D7003A;
}
.BgClassName
{
background-color: #D7003A;
}
</style>
border-color css
<style>
span { border-color: #D7003A; }
span { border-color: rgb(215,0,58); }
td.TdClassName
{
border-color: #D7003A;
}
.TagClassName
{
border-color: #D7003A;
}
</style>