Shades of Crimson #D11432
Tints of Crimson #D11432
RGB
CMYK
RGB Variations
Color information
#D11432 (or 0xD11432) is known color: Crimson. HEX triplet: D1, 14 and 32. RGB value is (209,20,50). Sum of RGB (Red+Green+Blue) = 209+20+50=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D11432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11432 is #2EEBCD. Grayscale: #505050. Windows color (decimal): -3075022 or 3282129. OLE color: 3282129.
HSL color Cylindrical-coordinate representation of color #D11432: hue angle of 350.48º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11432 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.18 |
| HSL | 350.48º | 0.83% | 0.45% | - |
| HSV(B) | 350.48º | 0.9% | 0.82% | - |
| XYZ | 27.12 | 14.29 | 4.35 | - |
| YUV | 79.93 | 111.12 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 50 | 0 | 0.90 | 0.76 | 0.18 | 350.48 | 0.83 | 0.45 |
| Hex | D1 | 14 | 32 | 0 | 5A | 4C | 12 | 15E | 53 | 2D |
| Octal | 321 | 24 | 62 | 0 | 132 | 114 | 22 | 536 | 123 | 55 |
| Binary | 11010001 | 10100 | 110010 | 0 | 1011010 | 1001100 | 10010 | 101011110 | 1010011 | 101101 |
Color Harmonies of #D11432
Complementary color
Monochromatic Colors of #D11432
Black with #D11432
Text Example
Text Example
White with #D11432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11432; }
p { color: rgb(209,20,50); }
H1.HeaderClassName
{
color: #D11432;
}
.AnyTagClassName
{
color: #D11432;
}
</style>
background-color css
<style>
a { background-color: #D11432; }
a { background-color: rgb(209,20,50); }
div.DivClassName
{
background-color: #D11432;
}
.BgClassName
{
background-color: #D11432;
}
</style>
border-color css
<style>
span { border-color: #D11432; }
span { border-color: rgb(209,20,50); }
td.TdClassName
{
border-color: #D11432;
}
.TagClassName
{
border-color: #D11432;
}
</style>