Shades of Crimson #D1154B
Tints of Crimson #D1154B
RGB
CMYK
RGB Variations
Color information
#D1154B (or 0xD1154B) is known color: Crimson. HEX triplet: D1, 15 and 4B. RGB value is (209,21,75). Sum of RGB (Red+Green+Blue) = 209+21+75=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1154B is #2EEAB4. Grayscale: #535353. Windows color (decimal): -3074741 or 4920785. OLE color: 4920785.
HSL color Cylindrical-coordinate representation of color #D1154B: hue angle of 342.77º 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 #D1154B is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 75 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.18 |
| HSL | 342.77º | 0.82% | 0.45% | - |
| HSV(B) | 342.77º | 0.9% | 0.82% | - |
| XYZ | 27.83 | 14.6 | 8.01 | - |
| YUV | 83.37 | 123.28 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 75 | 0 | 0.90 | 0.64 | 0.18 | 342.77 | 0.82 | 0.45 |
| Hex | D1 | 15 | 4B | 0 | 5A | 40 | 12 | 157 | 52 | 2D |
| Octal | 321 | 25 | 113 | 0 | 132 | 100 | 22 | 527 | 122 | 55 |
| Binary | 11010001 | 10101 | 1001011 | 0 | 1011010 | 1000000 | 10010 | 101010111 | 1010010 | 101101 |
Color Harmonies of #D1154B
Complementary color
Monochromatic Colors of #D1154B
Black with #D1154B
Text Example
Text Example
White with #D1154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1154B; }
p { color: rgb(209,21,75); }
H1.HeaderClassName
{
color: #D1154B;
}
.AnyTagClassName
{
color: #D1154B;
}
</style>
background-color css
<style>
a { background-color: #D1154B; }
a { background-color: rgb(209,21,75); }
div.DivClassName
{
background-color: #D1154B;
}
.BgClassName
{
background-color: #D1154B;
}
</style>
border-color css
<style>
span { border-color: #D1154B; }
span { border-color: rgb(209,21,75); }
td.TdClassName
{
border-color: #D1154B;
}
.TagClassName
{
border-color: #D1154B;
}
</style>