Shades of Cardinal #CF233A
Tints of Cardinal #CF233A
RGB
CMYK
RGB Variations
Color information
#CF233A (or 0xCF233A) is known color: Cardinal. HEX triplet: CF, 23 and 3A. RGB value is (207,35,58). Sum of RGB (Red+Green+Blue) = 207+35+58=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF233A is #30DCC5. Grayscale: #595959. Windows color (decimal): -3202246 or 3810255. OLE color: 3810255.
HSL color Cylindrical-coordinate representation of color #CF233A: hue angle of 351.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF233A is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 58 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.19 |
| HSL | 351.98º | 0.71% | 0.47% | - |
| HSV(B) | 351.98º | 0.83% | 0.81% | - |
| XYZ | 27.1 | 14.77 | 5.43 | - |
| YUV | 89.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 58 | 0 | 0.83 | 0.72 | 0.19 | 351.98 | 0.71 | 0.47 |
| Hex | CF | 23 | 3A | 0 | 53 | 48 | 13 | 160 | 47 | 2F |
| Octal | 317 | 43 | 72 | 0 | 123 | 110 | 23 | 540 | 107 | 57 |
| Binary | 11001111 | 100011 | 111010 | 0 | 1010011 | 1001000 | 10011 | 101100000 | 1000111 | 101111 |
Color Harmonies of #CF233A
Complementary color
Monochromatic Colors of #CF233A
Black with #CF233A
Text Example
Text Example
White with #CF233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF233A; }
p { color: rgb(207,35,58); }
H1.HeaderClassName
{
color: #CF233A;
}
.AnyTagClassName
{
color: #CF233A;
}
</style>
background-color css
<style>
a { background-color: #CF233A; }
a { background-color: rgb(207,35,58); }
div.DivClassName
{
background-color: #CF233A;
}
.BgClassName
{
background-color: #CF233A;
}
</style>
border-color css
<style>
span { border-color: #CF233A; }
span { border-color: rgb(207,35,58); }
td.TdClassName
{
border-color: #CF233A;
}
.TagClassName
{
border-color: #CF233A;
}
</style>