Shades of Crimson #D0072F
Tints of Crimson #D0072F
RGB
CMYK
RGB Variations
Color information
#D0072F (or 0xD0072F) is known color: Crimson. HEX triplet: D0, 07 and 2F. RGB value is (208,7,47). Sum of RGB (Red+Green+Blue) = 208+7+47=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D0072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0072F is #2FF8D0. Grayscale: #474747. Windows color (decimal): -3143889 or 3082192. OLE color: 3082192.
HSL color Cylindrical-coordinate representation of color #D0072F: hue angle of 348.06º 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 #D0072F is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.18 |
| HSL | 348.06º | 0.93% | 0.42% | - |
| HSV(B) | 348.06º | 0.97% | 0.82% | - |
| XYZ | 26.6 | 13.77 | 3.94 | - |
| YUV | 71.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 47 | 0 | 0.97 | 0.77 | 0.18 | 348.06 | 0.93 | 0.42 |
| Hex | D0 | 7 | 2F | 0 | 61 | 4D | 12 | 15C | 5D | 2A |
| Octal | 320 | 7 | 57 | 0 | 141 | 115 | 22 | 534 | 135 | 52 |
| Binary | 11010000 | 111 | 101111 | 0 | 1100001 | 1001101 | 10010 | 101011100 | 1011101 | 101010 |
Color Harmonies of #D0072F
Complementary color
Monochromatic Colors of #D0072F
Black with #D0072F
Text Example
Text Example
White with #D0072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0072F; }
p { color: rgb(208,7,47); }
H1.HeaderClassName
{
color: #D0072F;
}
.AnyTagClassName
{
color: #D0072F;
}
</style>
background-color css
<style>
a { background-color: #D0072F; }
a { background-color: rgb(208,7,47); }
div.DivClassName
{
background-color: #D0072F;
}
.BgClassName
{
background-color: #D0072F;
}
</style>
border-color css
<style>
span { border-color: #D0072F; }
span { border-color: rgb(208,7,47); }
td.TdClassName
{
border-color: #D0072F;
}
.TagClassName
{
border-color: #D0072F;
}
</style>