Shades of Crimson #D5073D
Tints of Crimson #D5073D
RGB
CMYK
RGB Variations
Color information
#D5073D (or 0xD5073D) is known color: Crimson. HEX triplet: D5, 07 and 3D. RGB value is (213,7,61). Sum of RGB (Red+Green+Blue) = 213+7+61=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5073D is #2AF8C2. Grayscale: #4A4A4A. Windows color (decimal): -2816195 or 3999701. OLE color: 3999701.
HSL color Cylindrical-coordinate representation of color #D5073D: hue angle of 344.27º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5073D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.16 |
| HSL | 344.27º | 0.94% | 0.43% | - |
| HSV(B) | 344.27º | 0.97% | 0.84% | - |
| XYZ | 28.36 | 14.64 | 5.75 | - |
| YUV | 74.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 61 | 0 | 0.97 | 0.71 | 0.16 | 344.27 | 0.94 | 0.43 |
| Hex | D5 | 7 | 3D | 0 | 61 | 47 | 10 | 158 | 5E | 2B |
| Octal | 325 | 7 | 75 | 0 | 141 | 107 | 20 | 530 | 136 | 53 |
| Binary | 11010101 | 111 | 111101 | 0 | 1100001 | 1000111 | 10000 | 101011000 | 1011110 | 101011 |
Color Harmonies of #D5073D
Complementary color
Monochromatic Colors of #D5073D
Black with #D5073D
Text Example
Text Example
White with #D5073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5073D; }
p { color: rgb(213,7,61); }
H1.HeaderClassName
{
color: #D5073D;
}
.AnyTagClassName
{
color: #D5073D;
}
</style>
background-color css
<style>
a { background-color: #D5073D; }
a { background-color: rgb(213,7,61); }
div.DivClassName
{
background-color: #D5073D;
}
.BgClassName
{
background-color: #D5073D;
}
</style>
border-color css
<style>
span { border-color: #D5073D; }
span { border-color: rgb(213,7,61); }
td.TdClassName
{
border-color: #D5073D;
}
.TagClassName
{
border-color: #D5073D;
}
</style>