Shades of Cardinal #D12130
Tints of Cardinal #D12130
RGB
CMYK
RGB Variations
Color information
#D12130 (or 0xD12130) is known color: Cardinal. HEX triplet: D1, 21 and 30. RGB value is (209,33,48). Sum of RGB (Red+Green+Blue) = 209+33+48=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D12130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12130 is #2EDECF. Grayscale: #575757. Windows color (decimal): -3071696 or 3154385. OLE color: 3154385.
HSL color Cylindrical-coordinate representation of color #D12130: hue angle of 354.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12130 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 48 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.18 |
| HSL | 354.89º | 0.73% | 0.47% | - |
| HSV(B) | 354.89º | 0.84% | 0.82% | - |
| XYZ | 27.37 | 14.86 | 4.22 | - |
| YUV | 87.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 48 | 0 | 0.84 | 0.77 | 0.18 | 354.89 | 0.73 | 0.47 |
| Hex | D1 | 21 | 30 | 0 | 54 | 4D | 12 | 163 | 49 | 2F |
| Octal | 321 | 41 | 60 | 0 | 124 | 115 | 22 | 543 | 111 | 57 |
| Binary | 11010001 | 100001 | 110000 | 0 | 1010100 | 1001101 | 10010 | 101100011 | 1001001 | 101111 |
Color Harmonies of #D12130
Complementary color
Monochromatic Colors of #D12130
Black with #D12130
Text Example
Text Example
White with #D12130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12130; }
p { color: rgb(209,33,48); }
H1.HeaderClassName
{
color: #D12130;
}
.AnyTagClassName
{
color: #D12130;
}
</style>
background-color css
<style>
a { background-color: #D12130; }
a { background-color: rgb(209,33,48); }
div.DivClassName
{
background-color: #D12130;
}
.BgClassName
{
background-color: #D12130;
}
</style>
border-color css
<style>
span { border-color: #D12130; }
span { border-color: rgb(209,33,48); }
td.TdClassName
{
border-color: #D12130;
}
.TagClassName
{
border-color: #D12130;
}
</style>