Shades of Crimson #D3073D
Tints of Crimson #D3073D
RGB
CMYK
RGB Variations
Color information
#D3073D (or 0xD3073D) is known color: Crimson. HEX triplet: D3, 07 and 3D. RGB value is (211,7,61). Sum of RGB (Red+Green+Blue) = 211+7+61=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D3073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3073D is #2CF8C2. Grayscale: #4A4A4A. Windows color (decimal): -2947267 or 3999699. OLE color: 3999699.
HSL color Cylindrical-coordinate representation of color #D3073D: hue angle of 344.12º 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 #D3073D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.17 |
| HSL | 344.12º | 0.94% | 0.43% | - |
| HSV(B) | 344.12º | 0.97% | 0.83% | - |
| XYZ | 27.78 | 14.34 | 5.72 | - |
| YUV | 74.15 | 120.59 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 61 | 0 | 0.97 | 0.71 | 0.17 | 344.12 | 0.94 | 0.43 |
| Hex | D3 | 7 | 3D | 0 | 61 | 47 | 11 | 158 | 5E | 2B |
| Octal | 323 | 7 | 75 | 0 | 141 | 107 | 21 | 530 | 136 | 53 |
| Binary | 11010011 | 111 | 111101 | 0 | 1100001 | 1000111 | 10001 | 101011000 | 1011110 | 101011 |
Color Harmonies of #D3073D
Complementary color
Monochromatic Colors of #D3073D
Black with #D3073D
Text Example
Text Example
White with #D3073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3073D; }
p { color: rgb(211,7,61); }
H1.HeaderClassName
{
color: #D3073D;
}
.AnyTagClassName
{
color: #D3073D;
}
</style>
background-color css
<style>
a { background-color: #D3073D; }
a { background-color: rgb(211,7,61); }
div.DivClassName
{
background-color: #D3073D;
}
.BgClassName
{
background-color: #D3073D;
}
</style>
border-color css
<style>
span { border-color: #D3073D; }
span { border-color: rgb(211,7,61); }
td.TdClassName
{
border-color: #D3073D;
}
.TagClassName
{
border-color: #D3073D;
}
</style>