Shades of Crimson #D11236
Tints of Crimson #D11236
RGB
CMYK
RGB Variations
Color information
#D11236 (or 0xD11236) is known color: Crimson. HEX triplet: D1, 12 and 36. RGB value is (209,18,54). Sum of RGB (Red+Green+Blue) = 209+18+54=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11236 is #2EEDC9. Grayscale: #4F4F4F. Windows color (decimal): -3075530 or 3543761. OLE color: 3543761.
HSL color Cylindrical-coordinate representation of color #D11236: hue angle of 348.69º 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 #D11236 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 54 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.18 |
| HSL | 348.69º | 0.84% | 0.45% | - |
| HSV(B) | 348.69º | 0.91% | 0.82% | - |
| XYZ | 27.18 | 14.25 | 4.81 | - |
| YUV | 79.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 54 | 0 | 0.91 | 0.74 | 0.18 | 348.69 | 0.84 | 0.45 |
| Hex | D1 | 12 | 36 | 0 | 5B | 4A | 12 | 15D | 54 | 2D |
| Octal | 321 | 22 | 66 | 0 | 133 | 112 | 22 | 535 | 124 | 55 |
| Binary | 11010001 | 10010 | 110110 | 0 | 1011011 | 1001010 | 10010 | 101011101 | 1010100 | 101101 |
Color Harmonies of #D11236
Complementary color
Monochromatic Colors of #D11236
Black with #D11236
Text Example
Text Example
White with #D11236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11236; }
p { color: rgb(209,18,54); }
H1.HeaderClassName
{
color: #D11236;
}
.AnyTagClassName
{
color: #D11236;
}
</style>
background-color css
<style>
a { background-color: #D11236; }
a { background-color: rgb(209,18,54); }
div.DivClassName
{
background-color: #D11236;
}
.BgClassName
{
background-color: #D11236;
}
</style>
border-color css
<style>
span { border-color: #D11236; }
span { border-color: rgb(209,18,54); }
td.TdClassName
{
border-color: #D11236;
}
.TagClassName
{
border-color: #D11236;
}
</style>