Shades of Crimson #D0073B
Tints of Crimson #D0073B
RGB
CMYK
RGB Variations
Color information
#D0073B (or 0xD0073B) is known color: Crimson. HEX triplet: D0, 07 and 3B. RGB value is (208,7,59). Sum of RGB (Red+Green+Blue) = 208+7+59=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0073B is #2FF8C4. Grayscale: #494949. Windows color (decimal): -3143877 or 3868624. OLE color: 3868624.
HSL color Cylindrical-coordinate representation of color #D0073B: hue angle of 344.48º 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 #D0073B is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 59 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.18 |
| HSL | 344.48º | 0.93% | 0.42% | - |
| HSV(B) | 344.48º | 0.97% | 0.82% | - |
| XYZ | 26.88 | 13.88 | 5.4 | - |
| YUV | 73.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 59 | 0 | 0.97 | 0.72 | 0.18 | 344.48 | 0.93 | 0.42 |
| Hex | D0 | 7 | 3B | 0 | 61 | 48 | 12 | 158 | 5D | 2A |
| Octal | 320 | 7 | 73 | 0 | 141 | 110 | 22 | 530 | 135 | 52 |
| Binary | 11010000 | 111 | 111011 | 0 | 1100001 | 1001000 | 10010 | 101011000 | 1011101 | 101010 |
Color Harmonies of #D0073B
Complementary color
Monochromatic Colors of #D0073B
Black with #D0073B
Text Example
Text Example
White with #D0073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0073B; }
p { color: rgb(208,7,59); }
H1.HeaderClassName
{
color: #D0073B;
}
.AnyTagClassName
{
color: #D0073B;
}
</style>
background-color css
<style>
a { background-color: #D0073B; }
a { background-color: rgb(208,7,59); }
div.DivClassName
{
background-color: #D0073B;
}
.BgClassName
{
background-color: #D0073B;
}
</style>
border-color css
<style>
span { border-color: #D0073B; }
span { border-color: rgb(208,7,59); }
td.TdClassName
{
border-color: #D0073B;
}
.TagClassName
{
border-color: #D0073B;
}
</style>