Shades of Cardinal #CF2243
Tints of Cardinal #CF2243
RGB
CMYK
RGB Variations
Color information
#CF2243 (or 0xCF2243) is known color: Cardinal. HEX triplet: CF, 22 and 43. RGB value is (207,34,67). Sum of RGB (Red+Green+Blue) = 207+34+67=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2243 is #30DDBC. Grayscale: #595959. Windows color (decimal): -3202493 or 4399823. OLE color: 4399823.
HSL color Cylindrical-coordinate representation of color #CF2243: hue angle of 348.55º 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 #CF2243 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 67 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.19 |
| HSL | 348.55º | 0.72% | 0.47% | - |
| HSV(B) | 348.55º | 0.84% | 0.81% | - |
| XYZ | 27.32 | 14.81 | 6.73 | - |
| YUV | 89.49 | 115.31 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 67 | 0 | 0.84 | 0.68 | 0.19 | 348.55 | 0.72 | 0.47 |
| Hex | CF | 22 | 43 | 0 | 54 | 44 | 13 | 15D | 48 | 2F |
| Octal | 317 | 42 | 103 | 0 | 124 | 104 | 23 | 535 | 110 | 57 |
| Binary | 11001111 | 100010 | 1000011 | 0 | 1010100 | 1000100 | 10011 | 101011101 | 1001000 | 101111 |
Color Harmonies of #CF2243
Complementary color
Monochromatic Colors of #CF2243
Black with #CF2243
Text Example
Text Example
White with #CF2243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2243; }
p { color: rgb(207,34,67); }
H1.HeaderClassName
{
color: #CF2243;
}
.AnyTagClassName
{
color: #CF2243;
}
</style>
background-color css
<style>
a { background-color: #CF2243; }
a { background-color: rgb(207,34,67); }
div.DivClassName
{
background-color: #CF2243;
}
.BgClassName
{
background-color: #CF2243;
}
</style>
border-color css
<style>
span { border-color: #CF2243; }
span { border-color: rgb(207,34,67); }
td.TdClassName
{
border-color: #CF2243;
}
.TagClassName
{
border-color: #CF2243;
}
</style>