Shades of Crimson #D11038
Tints of Crimson #D11038
RGB
CMYK
RGB Variations
Color information
#D11038 (or 0xD11038) is known color: Crimson. HEX triplet: D1, 10 and 38. RGB value is (209,16,56). Sum of RGB (Red+Green+Blue) = 209+16+56=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11038 is #2EEFC7. Grayscale: #4E4E4E. Windows color (decimal): -3076040 or 3674321. OLE color: 3674321.
HSL color Cylindrical-coordinate representation of color #D11038: hue angle of 347.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11038 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 56 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.18 |
| HSL | 347.56º | 0.86% | 0.44% | - |
| HSV(B) | 347.56º | 0.92% | 0.82% | - |
| XYZ | 27.19 | 14.21 | 5.05 | - |
| YUV | 78.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 56 | 0 | 0.92 | 0.73 | 0.18 | 347.56 | 0.86 | 0.44 |
| Hex | D1 | 10 | 38 | 0 | 5C | 49 | 12 | 15C | 56 | 2C |
| Octal | 321 | 20 | 70 | 0 | 134 | 111 | 22 | 534 | 126 | 54 |
| Binary | 11010001 | 10000 | 111000 | 0 | 1011100 | 1001001 | 10010 | 101011100 | 1010110 | 101100 |
Color Harmonies of #D11038
Complementary color
Monochromatic Colors of #D11038
Black with #D11038
Text Example
Text Example
White with #D11038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11038; }
p { color: rgb(209,16,56); }
H1.HeaderClassName
{
color: #D11038;
}
.AnyTagClassName
{
color: #D11038;
}
</style>
background-color css
<style>
a { background-color: #D11038; }
a { background-color: rgb(209,16,56); }
div.DivClassName
{
background-color: #D11038;
}
.BgClassName
{
background-color: #D11038;
}
</style>
border-color css
<style>
span { border-color: #D11038; }
span { border-color: rgb(209,16,56); }
td.TdClassName
{
border-color: #D11038;
}
.TagClassName
{
border-color: #D11038;
}
</style>