Shades of Crimson #D0074A
Tints of Crimson #D0074A
RGB
CMYK
RGB Variations
Color information
#D0074A (or 0xD0074A) is known color: Crimson. HEX triplet: D0, 07 and 4A. RGB value is (208,7,74). Sum of RGB (Red+Green+Blue) = 208+7+74=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0074A is #2FF8B5. Grayscale: #4A4A4A. Windows color (decimal): -3143862 or 4851664. OLE color: 4851664.
HSL color Cylindrical-coordinate representation of color #D0074A: hue angle of 340º 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 #D0074A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 74 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.18 |
| HSL | 340º | 0.93% | 0.42% | - |
| HSV(B) | 340º | 0.97% | 0.82% | - |
| XYZ | 27.32 | 14.06 | 7.75 | - |
| YUV | 74.74 | 127.59 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 74 | 0 | 0.97 | 0.64 | 0.18 | 340 | 0.93 | 0.42 |
| Hex | D0 | 7 | 4A | 0 | 61 | 40 | 12 | 154 | 5D | 2A |
| Octal | 320 | 7 | 112 | 0 | 141 | 100 | 22 | 524 | 135 | 52 |
| Binary | 11010000 | 111 | 1001010 | 0 | 1100001 | 1000000 | 10010 | 101010100 | 1011101 | 101010 |
Color Harmonies of #D0074A
Complementary color
Monochromatic Colors of #D0074A
Black with #D0074A
Text Example
Text Example
White with #D0074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0074A; }
p { color: rgb(208,7,74); }
H1.HeaderClassName
{
color: #D0074A;
}
.AnyTagClassName
{
color: #D0074A;
}
</style>
background-color css
<style>
a { background-color: #D0074A; }
a { background-color: rgb(208,7,74); }
div.DivClassName
{
background-color: #D0074A;
}
.BgClassName
{
background-color: #D0074A;
}
</style>
border-color css
<style>
span { border-color: #D0074A; }
span { border-color: rgb(208,7,74); }
td.TdClassName
{
border-color: #D0074A;
}
.TagClassName
{
border-color: #D0074A;
}
</style>