Shades of Cardinal #D21C31
Tints of Cardinal #D21C31
RGB
CMYK
RGB Variations
Color information
#D21C31 (or 0xD21C31) is known color: Cardinal. HEX triplet: D2, 1C and 31. RGB value is (210,28,49). Sum of RGB (Red+Green+Blue) = 210+28+49=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C31 is #2DE3CE. Grayscale: #545454. Windows color (decimal): -3007439 or 3218642. OLE color: 3218642.
HSL color Cylindrical-coordinate representation of color #D21C31: hue angle of 353.08º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C31 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 49 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.18 |
| HSL | 353.08º | 0.76% | 0.47% | - |
| HSV(B) | 353.08º | 0.87% | 0.82% | - |
| XYZ | 27.55 | 14.75 | 4.3 | - |
| YUV | 84.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 49 | 0 | 0.87 | 0.77 | 0.18 | 353.08 | 0.76 | 0.47 |
| Hex | D2 | 1C | 31 | 0 | 57 | 4D | 12 | 161 | 4C | 2F |
| Octal | 322 | 34 | 61 | 0 | 127 | 115 | 22 | 541 | 114 | 57 |
| Binary | 11010010 | 11100 | 110001 | 0 | 1010111 | 1001101 | 10010 | 101100001 | 1001100 | 101111 |
Color Harmonies of #D21C31
Complementary color
Monochromatic Colors of #D21C31
Black with #D21C31
Text Example
Text Example
White with #D21C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C31; }
p { color: rgb(210,28,49); }
H1.HeaderClassName
{
color: #D21C31;
}
.AnyTagClassName
{
color: #D21C31;
}
</style>
background-color css
<style>
a { background-color: #D21C31; }
a { background-color: rgb(210,28,49); }
div.DivClassName
{
background-color: #D21C31;
}
.BgClassName
{
background-color: #D21C31;
}
</style>
border-color css
<style>
span { border-color: #D21C31; }
span { border-color: rgb(210,28,49); }
td.TdClassName
{
border-color: #D21C31;
}
.TagClassName
{
border-color: #D21C31;
}
</style>