Shades of Crimson #D11232
Tints of Crimson #D11232
RGB
CMYK
RGB Variations
Color information
#D11232 (or 0xD11232) is known color: Crimson. HEX triplet: D1, 12 and 32. RGB value is (209,18,50). Sum of RGB (Red+Green+Blue) = 209+18+50=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D11232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11232 is #2EEDCD. Grayscale: #4E4E4E. Windows color (decimal): -3075534 or 3281617. OLE color: 3281617.
HSL color Cylindrical-coordinate representation of color #D11232: hue angle of 349.95º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11232 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 50 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.18 |
| HSL | 349.95º | 0.84% | 0.45% | - |
| HSV(B) | 349.95º | 0.91% | 0.82% | - |
| XYZ | 27.09 | 14.22 | 4.33 | - |
| YUV | 78.76 | 111.78 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 50 | 0 | 0.91 | 0.76 | 0.18 | 349.95 | 0.84 | 0.45 |
| Hex | D1 | 12 | 32 | 0 | 5B | 4C | 12 | 15E | 54 | 2D |
| Octal | 321 | 22 | 62 | 0 | 133 | 114 | 22 | 536 | 124 | 55 |
| Binary | 11010001 | 10010 | 110010 | 0 | 1011011 | 1001100 | 10010 | 101011110 | 1010100 | 101101 |
Color Harmonies of #D11232
Complementary color
Monochromatic Colors of #D11232
Black with #D11232
Text Example
Text Example
White with #D11232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11232; }
p { color: rgb(209,18,50); }
H1.HeaderClassName
{
color: #D11232;
}
.AnyTagClassName
{
color: #D11232;
}
</style>
background-color css
<style>
a { background-color: #D11232; }
a { background-color: rgb(209,18,50); }
div.DivClassName
{
background-color: #D11232;
}
.BgClassName
{
background-color: #D11232;
}
</style>
border-color css
<style>
span { border-color: #D11232; }
span { border-color: rgb(209,18,50); }
td.TdClassName
{
border-color: #D11232;
}
.TagClassName
{
border-color: #D11232;
}
</style>