Shades of Cardinal #D11A30
Tints of Cardinal #D11A30
RGB
CMYK
RGB Variations
Color information
#D11A30 (or 0xD11A30) is known color: Cardinal. HEX triplet: D1, 1A and 30. RGB value is (209,26,48). Sum of RGB (Red+Green+Blue) = 209+26+48=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A30 is #2EE5CF. Grayscale: #535353. Windows color (decimal): -3073488 or 3152593. OLE color: 3152593.
HSL color Cylindrical-coordinate representation of color #D11A30: hue angle of 352.79º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A30 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 48 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.18 |
| HSL | 352.79º | 0.78% | 0.46% | - |
| HSV(B) | 352.79º | 0.88% | 0.82% | - |
| XYZ | 27.2 | 14.51 | 4.16 | - |
| YUV | 83.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 48 | 0 | 0.88 | 0.77 | 0.18 | 352.79 | 0.78 | 0.46 |
| Hex | D1 | 1A | 30 | 0 | 58 | 4D | 12 | 161 | 4E | 2E |
| Octal | 321 | 32 | 60 | 0 | 130 | 115 | 22 | 541 | 116 | 56 |
| Binary | 11010001 | 11010 | 110000 | 0 | 1011000 | 1001101 | 10010 | 101100001 | 1001110 | 101110 |
Color Harmonies of #D11A30
Complementary color
Monochromatic Colors of #D11A30
Black with #D11A30
Text Example
Text Example
White with #D11A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A30; }
p { color: rgb(209,26,48); }
H1.HeaderClassName
{
color: #D11A30;
}
.AnyTagClassName
{
color: #D11A30;
}
</style>
background-color css
<style>
a { background-color: #D11A30; }
a { background-color: rgb(209,26,48); }
div.DivClassName
{
background-color: #D11A30;
}
.BgClassName
{
background-color: #D11A30;
}
</style>
border-color css
<style>
span { border-color: #D11A30; }
span { border-color: rgb(209,26,48); }
td.TdClassName
{
border-color: #D11A30;
}
.TagClassName
{
border-color: #D11A30;
}
</style>