Shades of Cardinal #CF2336
Tints of Cardinal #CF2336
RGB
CMYK
RGB Variations
Color information
#CF2336 (or 0xCF2336) is known color: Cardinal. HEX triplet: CF, 23 and 36. RGB value is (207,35,54). Sum of RGB (Red+Green+Blue) = 207+35+54=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2336 is #30DCC9. Grayscale: #585858. Windows color (decimal): -3202250 or 3548111. OLE color: 3548111.
HSL color Cylindrical-coordinate representation of color #CF2336: hue angle of 353.37º 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 #CF2336 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 54 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.19 |
| HSL | 353.37º | 0.71% | 0.47% | - |
| HSV(B) | 353.37º | 0.83% | 0.81% | - |
| XYZ | 27 | 14.73 | 4.91 | - |
| YUV | 88.59 | 108.48 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 54 | 0 | 0.83 | 0.74 | 0.19 | 353.37 | 0.71 | 0.47 |
| Hex | CF | 23 | 36 | 0 | 53 | 4A | 13 | 161 | 47 | 2F |
| Octal | 317 | 43 | 66 | 0 | 123 | 112 | 23 | 541 | 107 | 57 |
| Binary | 11001111 | 100011 | 110110 | 0 | 1010011 | 1001010 | 10011 | 101100001 | 1000111 | 101111 |
Color Harmonies of #CF2336
Complementary color
Monochromatic Colors of #CF2336
Black with #CF2336
Text Example
Text Example
White with #CF2336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2336; }
p { color: rgb(207,35,54); }
H1.HeaderClassName
{
color: #CF2336;
}
.AnyTagClassName
{
color: #CF2336;
}
</style>
background-color css
<style>
a { background-color: #CF2336; }
a { background-color: rgb(207,35,54); }
div.DivClassName
{
background-color: #CF2336;
}
.BgClassName
{
background-color: #CF2336;
}
</style>
border-color css
<style>
span { border-color: #CF2336; }
span { border-color: rgb(207,35,54); }
td.TdClassName
{
border-color: #CF2336;
}
.TagClassName
{
border-color: #CF2336;
}
</style>