Shades of Crimson #D0073C
Tints of Crimson #D0073C
RGB
CMYK
RGB Variations
Color information
#D0073C (or 0xD0073C) is known color: Crimson. HEX triplet: D0, 07 and 3C. RGB value is (208,7,60). Sum of RGB (Red+Green+Blue) = 208+7+60=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D0073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0073C is #2FF8C3. Grayscale: #494949. Windows color (decimal): -3143876 or 3934160. OLE color: 3934160.
HSL color Cylindrical-coordinate representation of color #D0073C: hue angle of 344.18º degrees, saturation: 0.93, 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 #D0073C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.18 |
| HSL | 344.18º | 0.93% | 0.42% | - |
| HSV(B) | 344.18º | 0.97% | 0.82% | - |
| XYZ | 26.9 | 13.89 | 5.54 | - |
| YUV | 73.14 | 120.59 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 60 | 0 | 0.97 | 0.71 | 0.18 | 344.18 | 0.93 | 0.42 |
| Hex | D0 | 7 | 3C | 0 | 61 | 47 | 12 | 158 | 5D | 2A |
| Octal | 320 | 7 | 74 | 0 | 141 | 107 | 22 | 530 | 135 | 52 |
| Binary | 11010000 | 111 | 111100 | 0 | 1100001 | 1000111 | 10010 | 101011000 | 1011101 | 101010 |
Color Harmonies of #D0073C
Complementary color
Monochromatic Colors of #D0073C
Black with #D0073C
Text Example
Text Example
White with #D0073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0073C; }
p { color: rgb(208,7,60); }
H1.HeaderClassName
{
color: #D0073C;
}
.AnyTagClassName
{
color: #D0073C;
}
</style>
background-color css
<style>
a { background-color: #D0073C; }
a { background-color: rgb(208,7,60); }
div.DivClassName
{
background-color: #D0073C;
}
.BgClassName
{
background-color: #D0073C;
}
</style>
border-color css
<style>
span { border-color: #D0073C; }
span { border-color: rgb(208,7,60); }
td.TdClassName
{
border-color: #D0073C;
}
.TagClassName
{
border-color: #D0073C;
}
</style>