Shades of Cardinal #CF203B
Tints of Cardinal #CF203B
RGB
CMYK
RGB Variations
Color information
#CF203B (or 0xCF203B) is known color: Cardinal. HEX triplet: CF, 20 and 3B. RGB value is (207,32,59). Sum of RGB (Red+Green+Blue) = 207+32+59=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF203B is #30DFC4. Grayscale: #575757. Windows color (decimal): -3203013 or 3875023. OLE color: 3875023.
HSL color Cylindrical-coordinate representation of color #CF203B: hue angle of 350.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF203B is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 59 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.19 |
| HSL | 350.74º | 0.73% | 0.47% | - |
| HSV(B) | 350.74º | 0.85% | 0.81% | - |
| XYZ | 27.04 | 14.61 | 5.53 | - |
| YUV | 87.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 59 | 0 | 0.85 | 0.71 | 0.19 | 350.74 | 0.73 | 0.47 |
| Hex | CF | 20 | 3B | 0 | 55 | 47 | 13 | 15F | 49 | 2F |
| Octal | 317 | 40 | 73 | 0 | 125 | 107 | 23 | 537 | 111 | 57 |
| Binary | 11001111 | 100000 | 111011 | 0 | 1010101 | 1000111 | 10011 | 101011111 | 1001001 | 101111 |
Color Harmonies of #CF203B
Complementary color
Monochromatic Colors of #CF203B
Black with #CF203B
Text Example
Text Example
White with #CF203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF203B; }
p { color: rgb(207,32,59); }
H1.HeaderClassName
{
color: #CF203B;
}
.AnyTagClassName
{
color: #CF203B;
}
</style>
background-color css
<style>
a { background-color: #CF203B; }
a { background-color: rgb(207,32,59); }
div.DivClassName
{
background-color: #CF203B;
}
.BgClassName
{
background-color: #CF203B;
}
</style>
border-color css
<style>
span { border-color: #CF203B; }
span { border-color: rgb(207,32,59); }
td.TdClassName
{
border-color: #CF203B;
}
.TagClassName
{
border-color: #CF203B;
}
</style>