Shades of Cardinal #D11F44
Tints of Cardinal #D11F44
RGB
CMYK
RGB Variations
Color information
#D11F44 (or 0xD11F44) is known color: Cardinal. HEX triplet: D1, 1F and 44. RGB value is (209,31,68). Sum of RGB (Red+Green+Blue) = 209+31+68=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F44 is #2EE0BB. Grayscale: #585858. Windows color (decimal): -3072188 or 4464593. OLE color: 4464593.
HSL color Cylindrical-coordinate representation of color #D11F44: hue angle of 347.53º 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 #D11F44 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 68 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.18 |
| HSL | 347.53º | 0.74% | 0.47% | - |
| HSV(B) | 347.53º | 0.85% | 0.82% | - |
| XYZ | 27.83 | 14.95 | 6.89 | - |
| YUV | 88.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 68 | 0 | 0.85 | 0.67 | 0.18 | 347.53 | 0.74 | 0.47 |
| Hex | D1 | 1F | 44 | 0 | 55 | 43 | 12 | 15C | 4A | 2F |
| Octal | 321 | 37 | 104 | 0 | 125 | 103 | 22 | 534 | 112 | 57 |
| Binary | 11010001 | 11111 | 1000100 | 0 | 1010101 | 1000011 | 10010 | 101011100 | 1001010 | 101111 |
Color Harmonies of #D11F44
Complementary color
Monochromatic Colors of #D11F44
Black with #D11F44
Text Example
Text Example
White with #D11F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F44; }
p { color: rgb(209,31,68); }
H1.HeaderClassName
{
color: #D11F44;
}
.AnyTagClassName
{
color: #D11F44;
}
</style>
background-color css
<style>
a { background-color: #D11F44; }
a { background-color: rgb(209,31,68); }
div.DivClassName
{
background-color: #D11F44;
}
.BgClassName
{
background-color: #D11F44;
}
</style>
border-color css
<style>
span { border-color: #D11F44; }
span { border-color: rgb(209,31,68); }
td.TdClassName
{
border-color: #D11F44;
}
.TagClassName
{
border-color: #D11F44;
}
</style>