Shades of Crimson #D1073D
Tints of Crimson #D1073D
RGB
CMYK
RGB Variations
Color information
#D1073D (or 0xD1073D) is known color: Crimson. HEX triplet: D1, 07 and 3D. RGB value is (209,7,61). Sum of RGB (Red+Green+Blue) = 209+7+61=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1073D is #2EF8C2. Grayscale: #494949. Windows color (decimal): -3078339 or 3999697. OLE color: 3999697.
HSL color Cylindrical-coordinate representation of color #D1073D: hue angle of 343.96º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1073D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.18 |
| HSL | 343.96º | 0.94% | 0.42% | - |
| HSV(B) | 343.96º | 0.97% | 0.82% | - |
| XYZ | 27.21 | 14.04 | 5.69 | - |
| YUV | 73.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 61 | 0 | 0.97 | 0.71 | 0.18 | 343.96 | 0.94 | 0.42 |
| Hex | D1 | 7 | 3D | 0 | 61 | 47 | 12 | 158 | 5E | 2A |
| Octal | 321 | 7 | 75 | 0 | 141 | 107 | 22 | 530 | 136 | 52 |
| Binary | 11010001 | 111 | 111101 | 0 | 1100001 | 1000111 | 10010 | 101011000 | 1011110 | 101010 |
Color Harmonies of #D1073D
Complementary color
Monochromatic Colors of #D1073D
Black with #D1073D
Text Example
Text Example
White with #D1073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1073D; }
p { color: rgb(209,7,61); }
H1.HeaderClassName
{
color: #D1073D;
}
.AnyTagClassName
{
color: #D1073D;
}
</style>
background-color css
<style>
a { background-color: #D1073D; }
a { background-color: rgb(209,7,61); }
div.DivClassName
{
background-color: #D1073D;
}
.BgClassName
{
background-color: #D1073D;
}
</style>
border-color css
<style>
span { border-color: #D1073D; }
span { border-color: rgb(209,7,61); }
td.TdClassName
{
border-color: #D1073D;
}
.TagClassName
{
border-color: #D1073D;
}
</style>