Shades of Cardinal #D11D30
Tints of Cardinal #D11D30
RGB
CMYK
RGB Variations
Color information
#D11D30 (or 0xD11D30) is known color: Cardinal. HEX triplet: D1, 1D and 30. RGB value is (209,29,48). Sum of RGB (Red+Green+Blue) = 209+29+48=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D30 is #2EE2CF. Grayscale: #555555. Windows color (decimal): -3072720 or 3153361. OLE color: 3153361.
HSL color Cylindrical-coordinate representation of color #D11D30: hue angle of 353.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D30 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 48 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.18 |
| HSL | 353.67º | 0.76% | 0.47% | - |
| HSV(B) | 353.67º | 0.86% | 0.82% | - |
| XYZ | 27.27 | 14.65 | 4.19 | - |
| YUV | 84.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 48 | 0 | 0.86 | 0.77 | 0.18 | 353.67 | 0.76 | 0.47 |
| Hex | D1 | 1D | 30 | 0 | 56 | 4D | 12 | 162 | 4C | 2F |
| Octal | 321 | 35 | 60 | 0 | 126 | 115 | 22 | 542 | 114 | 57 |
| Binary | 11010001 | 11101 | 110000 | 0 | 1010110 | 1001101 | 10010 | 101100010 | 1001100 | 101111 |
Color Harmonies of #D11D30
Complementary color
Monochromatic Colors of #D11D30
Black with #D11D30
Text Example
Text Example
White with #D11D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D30; }
p { color: rgb(209,29,48); }
H1.HeaderClassName
{
color: #D11D30;
}
.AnyTagClassName
{
color: #D11D30;
}
</style>
background-color css
<style>
a { background-color: #D11D30; }
a { background-color: rgb(209,29,48); }
div.DivClassName
{
background-color: #D11D30;
}
.BgClassName
{
background-color: #D11D30;
}
</style>
border-color css
<style>
span { border-color: #D11D30; }
span { border-color: rgb(209,29,48); }
td.TdClassName
{
border-color: #D11D30;
}
.TagClassName
{
border-color: #D11D30;
}
</style>