Shades of Cardinal #D11F45
Tints of Cardinal #D11F45
RGB
CMYK
RGB Variations
Color information
#D11F45 (or 0xD11F45) is known color: Cardinal. HEX triplet: D1, 1F and 45. RGB value is (209,31,69). Sum of RGB (Red+Green+Blue) = 209+31+69=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F45 is #2EE0BA. Grayscale: #585858. Windows color (decimal): -3072187 or 4530129. OLE color: 4530129.
HSL color Cylindrical-coordinate representation of color #D11F45: hue angle of 347.19º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F45 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 69 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.18 |
| HSL | 347.19º | 0.74% | 0.47% | - |
| HSV(B) | 347.19º | 0.85% | 0.82% | - |
| XYZ | 27.86 | 14.96 | 7.05 | - |
| YUV | 88.55 | 116.97 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 69 | 0 | 0.85 | 0.67 | 0.18 | 347.19 | 0.74 | 0.47 |
| Hex | D1 | 1F | 45 | 0 | 55 | 43 | 12 | 15B | 4A | 2F |
| Octal | 321 | 37 | 105 | 0 | 125 | 103 | 22 | 533 | 112 | 57 |
| Binary | 11010001 | 11111 | 1000101 | 0 | 1010101 | 1000011 | 10010 | 101011011 | 1001010 | 101111 |
Color Harmonies of #D11F45
Complementary color
Monochromatic Colors of #D11F45
Black with #D11F45
Text Example
Text Example
White with #D11F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F45; }
p { color: rgb(209,31,69); }
H1.HeaderClassName
{
color: #D11F45;
}
.AnyTagClassName
{
color: #D11F45;
}
</style>
background-color css
<style>
a { background-color: #D11F45; }
a { background-color: rgb(209,31,69); }
div.DivClassName
{
background-color: #D11F45;
}
.BgClassName
{
background-color: #D11F45;
}
</style>
border-color css
<style>
span { border-color: #D11F45; }
span { border-color: rgb(209,31,69); }
td.TdClassName
{
border-color: #D11F45;
}
.TagClassName
{
border-color: #D11F45;
}
</style>