Shades of Cardinal #D01932
Tints of Cardinal #D01932
RGB
CMYK
RGB Variations
Color information
#D01932 (or 0xD01932) is known color: Cardinal. HEX triplet: D0, 19 and 32. RGB value is (208,25,50). Sum of RGB (Red+Green+Blue) = 208+25+50=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D01932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01932 is #2FE6CD. Grayscale: #525252. Windows color (decimal): -3139278 or 3283408. OLE color: 3283408.
HSL color Cylindrical-coordinate representation of color #D01932: hue angle of 351.8º degrees, saturation: 0.79, 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 #D01932 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 50 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.18 |
| HSL | 351.8º | 0.79% | 0.46% | - |
| HSV(B) | 351.8º | 0.88% | 0.82% | - |
| XYZ | 26.94 | 14.34 | 4.36 | - |
| YUV | 82.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 50 | 0 | 0.88 | 0.76 | 0.18 | 351.8 | 0.79 | 0.46 |
| Hex | D0 | 19 | 32 | 0 | 58 | 4C | 12 | 160 | 4F | 2E |
| Octal | 320 | 31 | 62 | 0 | 130 | 114 | 22 | 540 | 117 | 56 |
| Binary | 11010000 | 11001 | 110010 | 0 | 1011000 | 1001100 | 10010 | 101100000 | 1001111 | 101110 |
Color Harmonies of #D01932
Complementary color
Monochromatic Colors of #D01932
Black with #D01932
Text Example
Text Example
White with #D01932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01932; }
p { color: rgb(208,25,50); }
H1.HeaderClassName
{
color: #D01932;
}
.AnyTagClassName
{
color: #D01932;
}
</style>
background-color css
<style>
a { background-color: #D01932; }
a { background-color: rgb(208,25,50); }
div.DivClassName
{
background-color: #D01932;
}
.BgClassName
{
background-color: #D01932;
}
</style>
border-color css
<style>
span { border-color: #D01932; }
span { border-color: rgb(208,25,50); }
td.TdClassName
{
border-color: #D01932;
}
.TagClassName
{
border-color: #D01932;
}
</style>