Shades of Cardinal #CF2242
Tints of Cardinal #CF2242
RGB
CMYK
RGB Variations
Color information
#CF2242 (or 0xCF2242) is known color: Cardinal. HEX triplet: CF, 22 and 42. RGB value is (207,34,66). Sum of RGB (Red+Green+Blue) = 207+34+66=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2242 is #30DDBD. Grayscale: #595959. Windows color (decimal): -3202494 or 4334287. OLE color: 4334287.
HSL color Cylindrical-coordinate representation of color #CF2242: hue angle of 348.9º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2242 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 66 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.19 |
| HSL | 348.9º | 0.72% | 0.47% | - |
| HSV(B) | 348.9º | 0.84% | 0.81% | - |
| XYZ | 27.29 | 14.8 | 6.57 | - |
| YUV | 89.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 66 | 0 | 0.84 | 0.68 | 0.19 | 348.9 | 0.72 | 0.47 |
| Hex | CF | 22 | 42 | 0 | 54 | 44 | 13 | 15D | 48 | 2F |
| Octal | 317 | 42 | 102 | 0 | 124 | 104 | 23 | 535 | 110 | 57 |
| Binary | 11001111 | 100010 | 1000010 | 0 | 1010100 | 1000100 | 10011 | 101011101 | 1001000 | 101111 |
Color Harmonies of #CF2242
Complementary color
Monochromatic Colors of #CF2242
Black with #CF2242
Text Example
Text Example
White with #CF2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2242; }
p { color: rgb(207,34,66); }
H1.HeaderClassName
{
color: #CF2242;
}
.AnyTagClassName
{
color: #CF2242;
}
</style>
background-color css
<style>
a { background-color: #CF2242; }
a { background-color: rgb(207,34,66); }
div.DivClassName
{
background-color: #CF2242;
}
.BgClassName
{
background-color: #CF2242;
}
</style>
border-color css
<style>
span { border-color: #CF2242; }
span { border-color: rgb(207,34,66); }
td.TdClassName
{
border-color: #CF2242;
}
.TagClassName
{
border-color: #CF2242;
}
</style>