Shades of Crimson #D0094A
Tints of Crimson #D0094A
RGB
CMYK
RGB Variations
Color information
#D0094A (or 0xD0094A) is known color: Crimson. HEX triplet: D0, 09 and 4A. RGB value is (208,9,74). Sum of RGB (Red+Green+Blue) = 208+9+74=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0094A is #2FF6B5. Grayscale: #4B4B4B. Windows color (decimal): -3143350 or 4852176. OLE color: 4852176.
HSL color Cylindrical-coordinate representation of color #D0094A: hue angle of 340.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0094A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.18 |
| HSL | 340.4º | 0.92% | 0.43% | - |
| HSV(B) | 340.4º | 0.96% | 0.82% | - |
| XYZ | 27.35 | 14.1 | 7.76 | - |
| YUV | 75.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 74 | 0 | 0.96 | 0.64 | 0.18 | 340.4 | 0.92 | 0.43 |
| Hex | D0 | 9 | 4A | 0 | 60 | 40 | 12 | 154 | 5C | 2B |
| Octal | 320 | 11 | 112 | 0 | 140 | 100 | 22 | 524 | 134 | 53 |
| Binary | 11010000 | 1001 | 1001010 | 0 | 1100000 | 1000000 | 10010 | 101010100 | 1011100 | 101011 |
Color Harmonies of #D0094A
Complementary color
Monochromatic Colors of #D0094A
Black with #D0094A
Text Example
Text Example
White with #D0094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0094A; }
p { color: rgb(208,9,74); }
H1.HeaderClassName
{
color: #D0094A;
}
.AnyTagClassName
{
color: #D0094A;
}
</style>
background-color css
<style>
a { background-color: #D0094A; }
a { background-color: rgb(208,9,74); }
div.DivClassName
{
background-color: #D0094A;
}
.BgClassName
{
background-color: #D0094A;
}
</style>
border-color css
<style>
span { border-color: #D0094A; }
span { border-color: rgb(208,9,74); }
td.TdClassName
{
border-color: #D0094A;
}
.TagClassName
{
border-color: #D0094A;
}
</style>