Shades of Cardinal #D21F3D
Tints of Cardinal #D21F3D
RGB
CMYK
RGB Variations
Color information
#D21F3D (or 0xD21F3D) is known color: Cardinal. HEX triplet: D2, 1F and 3D. RGB value is (210,31,61). Sum of RGB (Red+Green+Blue) = 210+31+61=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F3D is #2DE0C2. Grayscale: #575757. Windows color (decimal): -3006659 or 4005842. OLE color: 4005842.
HSL color Cylindrical-coordinate representation of color #D21F3D: hue angle of 349.94º 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 #D21F3D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 61 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.18 |
| HSL | 349.94º | 0.74% | 0.47% | - |
| HSV(B) | 349.94º | 0.85% | 0.82% | - |
| XYZ | 27.91 | 15.02 | 5.84 | - |
| YUV | 87.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 61 | 0 | 0.85 | 0.71 | 0.18 | 349.94 | 0.74 | 0.47 |
| Hex | D2 | 1F | 3D | 0 | 55 | 47 | 12 | 15E | 4A | 2F |
| Octal | 322 | 37 | 75 | 0 | 125 | 107 | 22 | 536 | 112 | 57 |
| Binary | 11010010 | 11111 | 111101 | 0 | 1010101 | 1000111 | 10010 | 101011110 | 1001010 | 101111 |
Color Harmonies of #D21F3D
Complementary color
Monochromatic Colors of #D21F3D
Black with #D21F3D
Text Example
Text Example
White with #D21F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F3D; }
p { color: rgb(210,31,61); }
H1.HeaderClassName
{
color: #D21F3D;
}
.AnyTagClassName
{
color: #D21F3D;
}
</style>
background-color css
<style>
a { background-color: #D21F3D; }
a { background-color: rgb(210,31,61); }
div.DivClassName
{
background-color: #D21F3D;
}
.BgClassName
{
background-color: #D21F3D;
}
</style>
border-color css
<style>
span { border-color: #D21F3D; }
span { border-color: rgb(210,31,61); }
td.TdClassName
{
border-color: #D21F3D;
}
.TagClassName
{
border-color: #D21F3D;
}
</style>