Shades of Crimson #D8184B
Tints of Crimson #D8184B
RGB
CMYK
RGB Variations
Color information
#D8184B (or 0xD8184B) is known color: Crimson. HEX triplet: D8, 18 and 4B. RGB value is (216,24,75). Sum of RGB (Red+Green+Blue) = 216+24+75=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8184B is #27E7B4. Grayscale: #575757. Windows color (decimal): -2615221 or 4921560. OLE color: 4921560.
HSL color Cylindrical-coordinate representation of color #D8184B: hue angle of 344.06º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8184B is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 75 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.15 |
| HSL | 344.06º | 0.8% | 0.47% | - |
| HSV(B) | 344.06º | 0.89% | 0.85% | - |
| XYZ | 29.92 | 15.76 | 8.12 | - |
| YUV | 87.22 | 121.11 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 75 | 0 | 0.89 | 0.65 | 0.15 | 344.06 | 0.8 | 0.47 |
| Hex | D8 | 18 | 4B | 0 | 59 | 41 | F | 158 | 50 | 2F |
| Octal | 330 | 30 | 113 | 0 | 131 | 101 | 17 | 530 | 120 | 57 |
| Binary | 11011000 | 11000 | 1001011 | 0 | 1011001 | 1000001 | 1111 | 101011000 | 1010000 | 101111 |
Color Harmonies of #D8184B
Complementary color
Monochromatic Colors of #D8184B
Black with #D8184B
Text Example
Text Example
White with #D8184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8184B; }
p { color: rgb(216,24,75); }
H1.HeaderClassName
{
color: #D8184B;
}
.AnyTagClassName
{
color: #D8184B;
}
</style>
background-color css
<style>
a { background-color: #D8184B; }
a { background-color: rgb(216,24,75); }
div.DivClassName
{
background-color: #D8184B;
}
.BgClassName
{
background-color: #D8184B;
}
</style>
border-color css
<style>
span { border-color: #D8184B; }
span { border-color: rgb(216,24,75); }
td.TdClassName
{
border-color: #D8184B;
}
.TagClassName
{
border-color: #D8184B;
}
</style>