Shades of Crimson #D11243
Tints of Crimson #D11243
RGB
CMYK
RGB Variations
Color information
#D11243 (or 0xD11243) is known color: Crimson. HEX triplet: D1, 12 and 43. RGB value is (209,18,67). Sum of RGB (Red+Green+Blue) = 209+18+67=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D11243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11243 is #2EEDBC. Grayscale: #505050. Windows color (decimal): -3075517 or 4395729. OLE color: 4395729.
HSL color Cylindrical-coordinate representation of color #D11243: hue angle of 344.61º 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 #D11243 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 67 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.18 |
| HSL | 344.61º | 0.84% | 0.45% | - |
| HSV(B) | 344.61º | 0.91% | 0.82% | - |
| XYZ | 27.52 | 14.39 | 6.64 | - |
| YUV | 80.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 67 | 0 | 0.91 | 0.68 | 0.18 | 344.61 | 0.84 | 0.45 |
| Hex | D1 | 12 | 43 | 0 | 5B | 44 | 12 | 159 | 54 | 2D |
| Octal | 321 | 22 | 103 | 0 | 133 | 104 | 22 | 531 | 124 | 55 |
| Binary | 11010001 | 10010 | 1000011 | 0 | 1011011 | 1000100 | 10010 | 101011001 | 1010100 | 101101 |
Color Harmonies of #D11243
Complementary color
Monochromatic Colors of #D11243
Black with #D11243
Text Example
Text Example
White with #D11243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11243; }
p { color: rgb(209,18,67); }
H1.HeaderClassName
{
color: #D11243;
}
.AnyTagClassName
{
color: #D11243;
}
</style>
background-color css
<style>
a { background-color: #D11243; }
a { background-color: rgb(209,18,67); }
div.DivClassName
{
background-color: #D11243;
}
.BgClassName
{
background-color: #D11243;
}
</style>
border-color css
<style>
span { border-color: #D11243; }
span { border-color: rgb(209,18,67); }
td.TdClassName
{
border-color: #D11243;
}
.TagClassName
{
border-color: #D11243;
}
</style>