Shades of Crimson #D0073D
Tints of Crimson #D0073D
RGB
CMYK
RGB Variations
Color information
#D0073D (or 0xD0073D) is known color: Crimson. HEX triplet: D0, 07 and 3D. RGB value is (208,7,61). Sum of RGB (Red+Green+Blue) = 208+7+61=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0073D is #2FF8C2. Grayscale: #494949. Windows color (decimal): -3143875 or 3999696. OLE color: 3999696.
HSL color Cylindrical-coordinate representation of color #D0073D: hue angle of 343.88º 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 #D0073D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.18 |
| HSL | 343.88º | 0.93% | 0.42% | - |
| HSV(B) | 343.88º | 0.97% | 0.82% | - |
| XYZ | 26.93 | 13.9 | 5.68 | - |
| YUV | 73.26 | 121.09 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 61 | 0 | 0.97 | 0.71 | 0.18 | 343.88 | 0.93 | 0.42 |
| Hex | D0 | 7 | 3D | 0 | 61 | 47 | 12 | 158 | 5D | 2A |
| Octal | 320 | 7 | 75 | 0 | 141 | 107 | 22 | 530 | 135 | 52 |
| Binary | 11010000 | 111 | 111101 | 0 | 1100001 | 1000111 | 10010 | 101011000 | 1011101 | 101010 |
Color Harmonies of #D0073D
Complementary color
Monochromatic Colors of #D0073D
Black with #D0073D
Text Example
Text Example
White with #D0073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0073D; }
p { color: rgb(208,7,61); }
H1.HeaderClassName
{
color: #D0073D;
}
.AnyTagClassName
{
color: #D0073D;
}
</style>
background-color css
<style>
a { background-color: #D0073D; }
a { background-color: rgb(208,7,61); }
div.DivClassName
{
background-color: #D0073D;
}
.BgClassName
{
background-color: #D0073D;
}
</style>
border-color css
<style>
span { border-color: #D0073D; }
span { border-color: rgb(208,7,61); }
td.TdClassName
{
border-color: #D0073D;
}
.TagClassName
{
border-color: #D0073D;
}
</style>