Shades of Cardinal #D21F39
Tints of Cardinal #D21F39
RGB
CMYK
RGB Variations
Color information
#D21F39 (or 0xD21F39) is known color: Cardinal. HEX triplet: D2, 1F and 39. RGB value is (210,31,57). Sum of RGB (Red+Green+Blue) = 210+31+57=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F39 is #2DE0C6. Grayscale: #575757. Windows color (decimal): -3006663 or 3743698. OLE color: 3743698.
HSL color Cylindrical-coordinate representation of color #D21F39: hue angle of 351.28º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F39 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 57 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.18 |
| HSL | 351.28º | 0.74% | 0.47% | - |
| HSV(B) | 351.28º | 0.85% | 0.82% | - |
| XYZ | 27.81 | 14.98 | 5.3 | - |
| YUV | 87.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 57 | 0 | 0.85 | 0.73 | 0.18 | 351.28 | 0.74 | 0.47 |
| Hex | D2 | 1F | 39 | 0 | 55 | 49 | 12 | 15F | 4A | 2F |
| Octal | 322 | 37 | 71 | 0 | 125 | 111 | 22 | 537 | 112 | 57 |
| Binary | 11010010 | 11111 | 111001 | 0 | 1010101 | 1001001 | 10010 | 101011111 | 1001010 | 101111 |
Color Harmonies of #D21F39
Complementary color
Monochromatic Colors of #D21F39
Black with #D21F39
Text Example
Text Example
White with #D21F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F39; }
p { color: rgb(210,31,57); }
H1.HeaderClassName
{
color: #D21F39;
}
.AnyTagClassName
{
color: #D21F39;
}
</style>
background-color css
<style>
a { background-color: #D21F39; }
a { background-color: rgb(210,31,57); }
div.DivClassName
{
background-color: #D21F39;
}
.BgClassName
{
background-color: #D21F39;
}
</style>
border-color css
<style>
span { border-color: #D21F39; }
span { border-color: rgb(210,31,57); }
td.TdClassName
{
border-color: #D21F39;
}
.TagClassName
{
border-color: #D21F39;
}
</style>