Shades of Crimson #D0184D
Tints of Crimson #D0184D
RGB
CMYK
RGB Variations
Color information
#D0184D (or 0xD0184D) is known color: Crimson. HEX triplet: D0, 18 and 4D. RGB value is (208,24,77). Sum of RGB (Red+Green+Blue) = 208+24+77=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0184D is #2FE7B2. Grayscale: #555555. Windows color (decimal): -3139507 or 5052624. OLE color: 5052624.
HSL color Cylindrical-coordinate representation of color #D0184D: hue angle of 342.72º 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 #D0184D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 77 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.18 |
| HSL | 342.72º | 0.79% | 0.45% | - |
| HSV(B) | 342.72º | 0.88% | 0.82% | - |
| XYZ | 27.68 | 14.6 | 8.38 | - |
| YUV | 85.06 | 123.46 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 77 | 0 | 0.88 | 0.63 | 0.18 | 342.72 | 0.79 | 0.45 |
| Hex | D0 | 18 | 4D | 0 | 58 | 3F | 12 | 157 | 4F | 2D |
| Octal | 320 | 30 | 115 | 0 | 130 | 77 | 22 | 527 | 117 | 55 |
| Binary | 11010000 | 11000 | 1001101 | 0 | 1011000 | 111111 | 10010 | 101010111 | 1001111 | 101101 |
Color Harmonies of #D0184D
Complementary color
Monochromatic Colors of #D0184D
Black with #D0184D
Text Example
Text Example
White with #D0184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0184D; }
p { color: rgb(208,24,77); }
H1.HeaderClassName
{
color: #D0184D;
}
.AnyTagClassName
{
color: #D0184D;
}
</style>
background-color css
<style>
a { background-color: #D0184D; }
a { background-color: rgb(208,24,77); }
div.DivClassName
{
background-color: #D0184D;
}
.BgClassName
{
background-color: #D0184D;
}
</style>
border-color css
<style>
span { border-color: #D0184D; }
span { border-color: rgb(208,24,77); }
td.TdClassName
{
border-color: #D0184D;
}
.TagClassName
{
border-color: #D0184D;
}
</style>