Shades of Cardinal #D1203F
Tints of Cardinal #D1203F
RGB
CMYK
RGB Variations
Color information
#D1203F (or 0xD1203F) is known color: Cardinal. HEX triplet: D1, 20 and 3F. RGB value is (209,32,63). Sum of RGB (Red+Green+Blue) = 209+32+63=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1203F is #2EDFC0. Grayscale: #585858. Windows color (decimal): -3071937 or 4137169. OLE color: 4137169.
HSL color Cylindrical-coordinate representation of color #D1203F: hue angle of 349.49º degrees, saturation: 0.73, 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 #D1203F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 63 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.18 |
| HSL | 349.49º | 0.73% | 0.47% | - |
| HSV(B) | 349.49º | 0.85% | 0.82% | - |
| XYZ | 27.71 | 14.95 | 6.13 | - |
| YUV | 88.46 | 113.64 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 63 | 0 | 0.85 | 0.70 | 0.18 | 349.49 | 0.73 | 0.47 |
| Hex | D1 | 20 | 3F | 0 | 55 | 46 | 12 | 15D | 49 | 2F |
| Octal | 321 | 40 | 77 | 0 | 125 | 106 | 22 | 535 | 111 | 57 |
| Binary | 11010001 | 100000 | 111111 | 0 | 1010101 | 1000110 | 10010 | 101011101 | 1001001 | 101111 |
Color Harmonies of #D1203F
Complementary color
Monochromatic Colors of #D1203F
Black with #D1203F
Text Example
Text Example
White with #D1203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1203F; }
p { color: rgb(209,32,63); }
H1.HeaderClassName
{
color: #D1203F;
}
.AnyTagClassName
{
color: #D1203F;
}
</style>
background-color css
<style>
a { background-color: #D1203F; }
a { background-color: rgb(209,32,63); }
div.DivClassName
{
background-color: #D1203F;
}
.BgClassName
{
background-color: #D1203F;
}
</style>
border-color css
<style>
span { border-color: #D1203F; }
span { border-color: rgb(209,32,63); }
td.TdClassName
{
border-color: #D1203F;
}
.TagClassName
{
border-color: #D1203F;
}
</style>