Shades of Cardinal #D21F3C
Tints of Cardinal #D21F3C
RGB
CMYK
RGB Variations
Color information
#D21F3C (or 0xD21F3C) is known color: Cardinal. HEX triplet: D2, 1F and 3C. RGB value is (210,31,60). Sum of RGB (Red+Green+Blue) = 210+31+60=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F3C is #2DE0C3. Grayscale: #575757. Windows color (decimal): -3006660 or 3940306. OLE color: 3940306.
HSL color Cylindrical-coordinate representation of color #D21F3C: hue angle of 350.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 #D21F3C is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 60 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.18 |
| HSL | 350.28º | 0.74% | 0.47% | - |
| HSV(B) | 350.28º | 0.85% | 0.82% | - |
| XYZ | 27.88 | 15.01 | 5.7 | - |
| YUV | 87.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 60 | 0 | 0.85 | 0.71 | 0.18 | 350.28 | 0.74 | 0.47 |
| Hex | D2 | 1F | 3C | 0 | 55 | 47 | 12 | 15E | 4A | 2F |
| Octal | 322 | 37 | 74 | 0 | 125 | 107 | 22 | 536 | 112 | 57 |
| Binary | 11010010 | 11111 | 111100 | 0 | 1010101 | 1000111 | 10010 | 101011110 | 1001010 | 101111 |
Color Harmonies of #D21F3C
Complementary color
Monochromatic Colors of #D21F3C
Black with #D21F3C
Text Example
Text Example
White with #D21F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F3C; }
p { color: rgb(210,31,60); }
H1.HeaderClassName
{
color: #D21F3C;
}
.AnyTagClassName
{
color: #D21F3C;
}
</style>
background-color css
<style>
a { background-color: #D21F3C; }
a { background-color: rgb(210,31,60); }
div.DivClassName
{
background-color: #D21F3C;
}
.BgClassName
{
background-color: #D21F3C;
}
</style>
border-color css
<style>
span { border-color: #D21F3C; }
span { border-color: rgb(210,31,60); }
td.TdClassName
{
border-color: #D21F3C;
}
.TagClassName
{
border-color: #D21F3C;
}
</style>