Shades of Crimson #D0073F
Tints of Crimson #D0073F
RGB
CMYK
RGB Variations
Color information
#D0073F (or 0xD0073F) is known color: Crimson. HEX triplet: D0, 07 and 3F. RGB value is (208,7,63). Sum of RGB (Red+Green+Blue) = 208+7+63=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D0073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0073F is #2FF8C0. Grayscale: #494949. Windows color (decimal): -3143873 or 4130768. OLE color: 4130768.
HSL color Cylindrical-coordinate representation of color #D0073F: hue angle of 343.28º 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 #D0073F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 63 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.18 |
| HSL | 343.28º | 0.93% | 0.42% | - |
| HSV(B) | 343.28º | 0.97% | 0.82% | - |
| XYZ | 26.99 | 13.92 | 5.97 | - |
| YUV | 73.48 | 122.09 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 63 | 0 | 0.97 | 0.70 | 0.18 | 343.28 | 0.93 | 0.42 |
| Hex | D0 | 7 | 3F | 0 | 61 | 46 | 12 | 157 | 5D | 2A |
| Octal | 320 | 7 | 77 | 0 | 141 | 106 | 22 | 527 | 135 | 52 |
| Binary | 11010000 | 111 | 111111 | 0 | 1100001 | 1000110 | 10010 | 101010111 | 1011101 | 101010 |
Color Harmonies of #D0073F
Complementary color
Monochromatic Colors of #D0073F
Black with #D0073F
Text Example
Text Example
White with #D0073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0073F; }
p { color: rgb(208,7,63); }
H1.HeaderClassName
{
color: #D0073F;
}
.AnyTagClassName
{
color: #D0073F;
}
</style>
background-color css
<style>
a { background-color: #D0073F; }
a { background-color: rgb(208,7,63); }
div.DivClassName
{
background-color: #D0073F;
}
.BgClassName
{
background-color: #D0073F;
}
</style>
border-color css
<style>
span { border-color: #D0073F; }
span { border-color: rgb(208,7,63); }
td.TdClassName
{
border-color: #D0073F;
}
.TagClassName
{
border-color: #D0073F;
}
</style>