Shades of Crimson #D0184B
Tints of Crimson #D0184B
RGB
CMYK
RGB Variations
Color information
#D0184B (or 0xD0184B) is known color: Crimson. HEX triplet: D0, 18 and 4B. RGB value is (208,24,75). Sum of RGB (Red+Green+Blue) = 208+24+75=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0184B is #2FE7B4. Grayscale: #545454. Windows color (decimal): -3139509 or 4921552. OLE color: 4921552.
HSL color Cylindrical-coordinate representation of color #D0184B: hue angle of 343.37º 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 #D0184B is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 75 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.18 |
| HSL | 343.37º | 0.79% | 0.45% | - |
| HSV(B) | 343.37º | 0.88% | 0.82% | - |
| XYZ | 27.61 | 14.57 | 8.01 | - |
| YUV | 84.83 | 122.46 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 75 | 0 | 0.88 | 0.64 | 0.18 | 343.37 | 0.79 | 0.45 |
| Hex | D0 | 18 | 4B | 0 | 58 | 40 | 12 | 157 | 4F | 2D |
| Octal | 320 | 30 | 113 | 0 | 130 | 100 | 22 | 527 | 117 | 55 |
| Binary | 11010000 | 11000 | 1001011 | 0 | 1011000 | 1000000 | 10010 | 101010111 | 1001111 | 101101 |
Color Harmonies of #D0184B
Complementary color
Monochromatic Colors of #D0184B
Black with #D0184B
Text Example
Text Example
White with #D0184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0184B; }
p { color: rgb(208,24,75); }
H1.HeaderClassName
{
color: #D0184B;
}
.AnyTagClassName
{
color: #D0184B;
}
</style>
background-color css
<style>
a { background-color: #D0184B; }
a { background-color: rgb(208,24,75); }
div.DivClassName
{
background-color: #D0184B;
}
.BgClassName
{
background-color: #D0184B;
}
</style>
border-color css
<style>
span { border-color: #D0184B; }
span { border-color: rgb(208,24,75); }
td.TdClassName
{
border-color: #D0184B;
}
.TagClassName
{
border-color: #D0184B;
}
</style>