Shades of Crimson #D5073C
Tints of Crimson #D5073C
RGB
CMYK
RGB Variations
Color information
#D5073C (or 0xD5073C) is known color: Crimson. HEX triplet: D5, 07 and 3C. RGB value is (213,7,60). Sum of RGB (Red+Green+Blue) = 213+7+60=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5073C is #2AF8C3. Grayscale: #4A4A4A. Windows color (decimal): -2816196 or 3934165. OLE color: 3934165.
HSL color Cylindrical-coordinate representation of color #D5073C: hue angle of 344.56º 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 #D5073C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.16 |
| HSL | 344.56º | 0.94% | 0.43% | - |
| HSV(B) | 344.56º | 0.97% | 0.84% | - |
| XYZ | 28.33 | 14.62 | 5.6 | - |
| YUV | 74.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 60 | 0 | 0.97 | 0.72 | 0.16 | 344.56 | 0.94 | 0.43 |
| Hex | D5 | 7 | 3C | 0 | 61 | 48 | 10 | 159 | 5E | 2B |
| Octal | 325 | 7 | 74 | 0 | 141 | 110 | 20 | 531 | 136 | 53 |
| Binary | 11010101 | 111 | 111100 | 0 | 1100001 | 1001000 | 10000 | 101011001 | 1011110 | 101011 |
Color Harmonies of #D5073C
Complementary color
Monochromatic Colors of #D5073C
Black with #D5073C
Text Example
Text Example
White with #D5073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5073C; }
p { color: rgb(213,7,60); }
H1.HeaderClassName
{
color: #D5073C;
}
.AnyTagClassName
{
color: #D5073C;
}
</style>
background-color css
<style>
a { background-color: #D5073C; }
a { background-color: rgb(213,7,60); }
div.DivClassName
{
background-color: #D5073C;
}
.BgClassName
{
background-color: #D5073C;
}
</style>
border-color css
<style>
span { border-color: #D5073C; }
span { border-color: rgb(213,7,60); }
td.TdClassName
{
border-color: #D5073C;
}
.TagClassName
{
border-color: #D5073C;
}
</style>