Shades of Crimson #D0184A
Tints of Crimson #D0184A
RGB
CMYK
RGB Variations
Color information
#D0184A (or 0xD0184A) is known color: Crimson. HEX triplet: D0, 18 and 4A. RGB value is (208,24,74). Sum of RGB (Red+Green+Blue) = 208+24+74=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0184A is #2FE7B5. Grayscale: #545454. Windows color (decimal): -3139510 or 4856016. OLE color: 4856016.
HSL color Cylindrical-coordinate representation of color #D0184A: hue angle of 343.7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0184A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 74 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.18 |
| HSL | 343.7º | 0.79% | 0.45% | - |
| HSV(B) | 343.7º | 0.88% | 0.82% | - |
| XYZ | 27.58 | 14.56 | 7.84 | - |
| YUV | 84.72 | 121.96 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 74 | 0 | 0.88 | 0.64 | 0.18 | 343.7 | 0.79 | 0.45 |
| Hex | D0 | 18 | 4A | 0 | 58 | 40 | 12 | 158 | 4F | 2D |
| Octal | 320 | 30 | 112 | 0 | 130 | 100 | 22 | 530 | 117 | 55 |
| Binary | 11010000 | 11000 | 1001010 | 0 | 1011000 | 1000000 | 10010 | 101011000 | 1001111 | 101101 |
Color Harmonies of #D0184A
Complementary color
Monochromatic Colors of #D0184A
Black with #D0184A
Text Example
Text Example
White with #D0184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0184A; }
p { color: rgb(208,24,74); }
H1.HeaderClassName
{
color: #D0184A;
}
.AnyTagClassName
{
color: #D0184A;
}
</style>
background-color css
<style>
a { background-color: #D0184A; }
a { background-color: rgb(208,24,74); }
div.DivClassName
{
background-color: #D0184A;
}
.BgClassName
{
background-color: #D0184A;
}
</style>
border-color css
<style>
span { border-color: #D0184A; }
span { border-color: rgb(208,24,74); }
td.TdClassName
{
border-color: #D0184A;
}
.TagClassName
{
border-color: #D0184A;
}
</style>