Shades of Crimson #D0154E
Tints of Crimson #D0154E
RGB
CMYK
RGB Variations
Color information
#D0154E (or 0xD0154E) is known color: Crimson. HEX triplet: D0, 15 and 4E. RGB value is (208,21,78). Sum of RGB (Red+Green+Blue) = 208+21+78=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0154E is #2FEAB1. Grayscale: #535353. Windows color (decimal): -3140274 or 5117392. OLE color: 5117392.
HSL color Cylindrical-coordinate representation of color #D0154E: hue angle of 341.71º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0154E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 78 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.18 |
| HSL | 341.71º | 0.82% | 0.45% | - |
| HSV(B) | 341.71º | 0.9% | 0.82% | - |
| XYZ | 27.66 | 14.5 | 8.55 | - |
| YUV | 83.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 78 | 0 | 0.90 | 0.62 | 0.18 | 341.71 | 0.82 | 0.45 |
| Hex | D0 | 15 | 4E | 0 | 5A | 3E | 12 | 156 | 52 | 2D |
| Octal | 320 | 25 | 116 | 0 | 132 | 76 | 22 | 526 | 122 | 55 |
| Binary | 11010000 | 10101 | 1001110 | 0 | 1011010 | 111110 | 10010 | 101010110 | 1010010 | 101101 |
Color Harmonies of #D0154E
Complementary color
Monochromatic Colors of #D0154E
Black with #D0154E
Text Example
Text Example
White with #D0154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0154E; }
p { color: rgb(208,21,78); }
H1.HeaderClassName
{
color: #D0154E;
}
.AnyTagClassName
{
color: #D0154E;
}
</style>
background-color css
<style>
a { background-color: #D0154E; }
a { background-color: rgb(208,21,78); }
div.DivClassName
{
background-color: #D0154E;
}
.BgClassName
{
background-color: #D0154E;
}
</style>
border-color css
<style>
span { border-color: #D0154E; }
span { border-color: rgb(208,21,78); }
td.TdClassName
{
border-color: #D0154E;
}
.TagClassName
{
border-color: #D0154E;
}
</style>