Shades of Cardinal #CF2335
Tints of Cardinal #CF2335
RGB
CMYK
RGB Variations
Color information
#CF2335 (or 0xCF2335) is known color: Cardinal. HEX triplet: CF, 23 and 35. RGB value is (207,35,53). Sum of RGB (Red+Green+Blue) = 207+35+53=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2335 is #30DCCA. Grayscale: #585858. Windows color (decimal): -3202251 or 3482575. OLE color: 3482575.
HSL color Cylindrical-coordinate representation of color #CF2335: hue angle of 353.72º 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 #CF2335 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 53 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.19 |
| HSL | 353.72º | 0.71% | 0.47% | - |
| HSV(B) | 353.72º | 0.83% | 0.81% | - |
| XYZ | 26.98 | 14.72 | 4.79 | - |
| YUV | 88.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 53 | 0 | 0.83 | 0.74 | 0.19 | 353.72 | 0.71 | 0.47 |
| Hex | CF | 23 | 35 | 0 | 53 | 4A | 13 | 162 | 47 | 2F |
| Octal | 317 | 43 | 65 | 0 | 123 | 112 | 23 | 542 | 107 | 57 |
| Binary | 11001111 | 100011 | 110101 | 0 | 1010011 | 1001010 | 10011 | 101100010 | 1000111 | 101111 |
Color Harmonies of #CF2335
Complementary color
Monochromatic Colors of #CF2335
Black with #CF2335
Text Example
Text Example
White with #CF2335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2335; }
p { color: rgb(207,35,53); }
H1.HeaderClassName
{
color: #CF2335;
}
.AnyTagClassName
{
color: #CF2335;
}
</style>
background-color css
<style>
a { background-color: #CF2335; }
a { background-color: rgb(207,35,53); }
div.DivClassName
{
background-color: #CF2335;
}
.BgClassName
{
background-color: #CF2335;
}
</style>
border-color css
<style>
span { border-color: #CF2335; }
span { border-color: rgb(207,35,53); }
td.TdClassName
{
border-color: #CF2335;
}
.TagClassName
{
border-color: #CF2335;
}
</style>