Shades of Crimson #D3073E
Tints of Crimson #D3073E
RGB
CMYK
RGB Variations
Color information
#D3073E (or 0xD3073E) is known color: Crimson. HEX triplet: D3, 07 and 3E. RGB value is (211,7,62). Sum of RGB (Red+Green+Blue) = 211+7+62=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D3073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3073E is #2CF8C1. Grayscale: #4A4A4A. Windows color (decimal): -2947266 or 4065235. OLE color: 4065235.
HSL color Cylindrical-coordinate representation of color #D3073E: hue angle of 343.82º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3073E is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.17 |
| HSL | 343.82º | 0.94% | 0.43% | - |
| HSV(B) | 343.82º | 0.97% | 0.83% | - |
| XYZ | 27.81 | 14.35 | 5.86 | - |
| YUV | 74.27 | 121.09 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 62 | 0 | 0.97 | 0.71 | 0.17 | 343.82 | 0.94 | 0.43 |
| Hex | D3 | 7 | 3E | 0 | 61 | 47 | 11 | 158 | 5E | 2B |
| Octal | 323 | 7 | 76 | 0 | 141 | 107 | 21 | 530 | 136 | 53 |
| Binary | 11010011 | 111 | 111110 | 0 | 1100001 | 1000111 | 10001 | 101011000 | 1011110 | 101011 |
Color Harmonies of #D3073E
Complementary color
Monochromatic Colors of #D3073E
Black with #D3073E
Text Example
Text Example
White with #D3073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3073E; }
p { color: rgb(211,7,62); }
H1.HeaderClassName
{
color: #D3073E;
}
.AnyTagClassName
{
color: #D3073E;
}
</style>
background-color css
<style>
a { background-color: #D3073E; }
a { background-color: rgb(211,7,62); }
div.DivClassName
{
background-color: #D3073E;
}
.BgClassName
{
background-color: #D3073E;
}
</style>
border-color css
<style>
span { border-color: #D3073E; }
span { border-color: rgb(211,7,62); }
td.TdClassName
{
border-color: #D3073E;
}
.TagClassName
{
border-color: #D3073E;
}
</style>