Shades of Cardinal #D3203B
Tints of Cardinal #D3203B
RGB
CMYK
RGB Variations
Color information
#D3203B (or 0xD3203B) is known color: Cardinal. HEX triplet: D3, 20 and 3B. RGB value is (211,32,59). Sum of RGB (Red+Green+Blue) = 211+32+59=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D3203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3203B is #2CDFC4. Grayscale: #585858. Windows color (decimal): -2940869 or 3875027. OLE color: 3875027.
HSL color Cylindrical-coordinate representation of color #D3203B: hue angle of 350.95º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3203B is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 59 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.17 |
| HSL | 350.95º | 0.74% | 0.48% | - |
| HSV(B) | 350.95º | 0.85% | 0.83% | - |
| XYZ | 28.17 | 15.2 | 5.59 | - |
| YUV | 88.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 59 | 0 | 0.85 | 0.72 | 0.17 | 350.95 | 0.74 | 0.48 |
| Hex | D3 | 20 | 3B | 0 | 55 | 48 | 11 | 15F | 4A | 30 |
| Octal | 323 | 40 | 73 | 0 | 125 | 110 | 21 | 537 | 112 | 60 |
| Binary | 11010011 | 100000 | 111011 | 0 | 1010101 | 1001000 | 10001 | 101011111 | 1001010 | 110000 |
Color Harmonies of #D3203B
Complementary color
Monochromatic Colors of #D3203B
Black with #D3203B
Text Example
Text Example
White with #D3203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3203B; }
p { color: rgb(211,32,59); }
H1.HeaderClassName
{
color: #D3203B;
}
.AnyTagClassName
{
color: #D3203B;
}
</style>
background-color css
<style>
a { background-color: #D3203B; }
a { background-color: rgb(211,32,59); }
div.DivClassName
{
background-color: #D3203B;
}
.BgClassName
{
background-color: #D3203B;
}
</style>
border-color css
<style>
span { border-color: #D3203B; }
span { border-color: rgb(211,32,59); }
td.TdClassName
{
border-color: #D3203B;
}
.TagClassName
{
border-color: #D3203B;
}
</style>