Shades of Crimson #D11338
Tints of Crimson #D11338
RGB
CMYK
RGB Variations
Color information
#D11338 (or 0xD11338) is known color: Crimson. HEX triplet: D1, 13 and 38. RGB value is (209,19,56). Sum of RGB (Red+Green+Blue) = 209+19+56=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D11338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11338 is #2EECC7. Grayscale: #505050. Windows color (decimal): -3075272 or 3675089. OLE color: 3675089.
HSL color Cylindrical-coordinate representation of color #D11338: hue angle of 348.32º degrees, saturation: 0.83, 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 #D11338 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 56 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.18 |
| HSL | 348.32º | 0.83% | 0.45% | - |
| HSV(B) | 348.32º | 0.91% | 0.82% | - |
| XYZ | 27.24 | 14.31 | 5.07 | - |
| YUV | 80.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 56 | 0 | 0.91 | 0.73 | 0.18 | 348.32 | 0.83 | 0.45 |
| Hex | D1 | 13 | 38 | 0 | 5B | 49 | 12 | 15C | 53 | 2D |
| Octal | 321 | 23 | 70 | 0 | 133 | 111 | 22 | 534 | 123 | 55 |
| Binary | 11010001 | 10011 | 111000 | 0 | 1011011 | 1001001 | 10010 | 101011100 | 1010011 | 101101 |
Color Harmonies of #D11338
Complementary color
Monochromatic Colors of #D11338
Black with #D11338
Text Example
Text Example
White with #D11338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11338; }
p { color: rgb(209,19,56); }
H1.HeaderClassName
{
color: #D11338;
}
.AnyTagClassName
{
color: #D11338;
}
</style>
background-color css
<style>
a { background-color: #D11338; }
a { background-color: rgb(209,19,56); }
div.DivClassName
{
background-color: #D11338;
}
.BgClassName
{
background-color: #D11338;
}
</style>
border-color css
<style>
span { border-color: #D11338; }
span { border-color: rgb(209,19,56); }
td.TdClassName
{
border-color: #D11338;
}
.TagClassName
{
border-color: #D11338;
}
</style>