Shades of Cardinal #D11B36
Tints of Cardinal #D11B36
RGB
CMYK
RGB Variations
Color information
#D11B36 (or 0xD11B36) is known color: Cardinal. HEX triplet: D1, 1B and 36. RGB value is (209,27,54). Sum of RGB (Red+Green+Blue) = 209+27+54=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11B36 is #2EE4C9. Grayscale: #545454. Windows color (decimal): -3073226 or 3546065. OLE color: 3546065.
HSL color Cylindrical-coordinate representation of color #D11B36: hue angle of 351.1º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11B36 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 54 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.18 |
| HSL | 351.1º | 0.77% | 0.46% | - |
| HSV(B) | 351.1º | 0.87% | 0.82% | - |
| XYZ | 27.35 | 14.61 | 4.87 | - |
| YUV | 84.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 54 | 0 | 0.87 | 0.74 | 0.18 | 351.1 | 0.77 | 0.46 |
| Hex | D1 | 1B | 36 | 0 | 57 | 4A | 12 | 15F | 4D | 2E |
| Octal | 321 | 33 | 66 | 0 | 127 | 112 | 22 | 537 | 115 | 56 |
| Binary | 11010001 | 11011 | 110110 | 0 | 1010111 | 1001010 | 10010 | 101011111 | 1001101 | 101110 |
Color Harmonies of #D11B36
Complementary color
Monochromatic Colors of #D11B36
Black with #D11B36
Text Example
Text Example
White with #D11B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B36; }
p { color: rgb(209,27,54); }
H1.HeaderClassName
{
color: #D11B36;
}
.AnyTagClassName
{
color: #D11B36;
}
</style>
background-color css
<style>
a { background-color: #D11B36; }
a { background-color: rgb(209,27,54); }
div.DivClassName
{
background-color: #D11B36;
}
.BgClassName
{
background-color: #D11B36;
}
</style>
border-color css
<style>
span { border-color: #D11B36; }
span { border-color: rgb(209,27,54); }
td.TdClassName
{
border-color: #D11B36;
}
.TagClassName
{
border-color: #D11B36;
}
</style>