Shades of Cardinal #CF223F
Tints of Cardinal #CF223F
RGB
CMYK
RGB Variations
Color information
#CF223F (or 0xCF223F) is known color: Cardinal. HEX triplet: CF, 22 and 3F. RGB value is (207,34,63). Sum of RGB (Red+Green+Blue) = 207+34+63=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF223F is #30DDC0. Grayscale: #595959. Windows color (decimal): -3202497 or 4137679. OLE color: 4137679.
HSL color Cylindrical-coordinate representation of color #CF223F: hue angle of 349.94º 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 #CF223F is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 63 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.19 |
| HSL | 349.94º | 0.72% | 0.47% | - |
| HSV(B) | 349.94º | 0.84% | 0.81% | - |
| XYZ | 27.2 | 14.77 | 6.12 | - |
| YUV | 89.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 63 | 0 | 0.84 | 0.70 | 0.19 | 349.94 | 0.72 | 0.47 |
| Hex | CF | 22 | 3F | 0 | 54 | 46 | 13 | 15E | 48 | 2F |
| Octal | 317 | 42 | 77 | 0 | 124 | 106 | 23 | 536 | 110 | 57 |
| Binary | 11001111 | 100010 | 111111 | 0 | 1010100 | 1000110 | 10011 | 101011110 | 1001000 | 101111 |
Color Harmonies of #CF223F
Complementary color
Monochromatic Colors of #CF223F
Black with #CF223F
Text Example
Text Example
White with #CF223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF223F; }
p { color: rgb(207,34,63); }
H1.HeaderClassName
{
color: #CF223F;
}
.AnyTagClassName
{
color: #CF223F;
}
</style>
background-color css
<style>
a { background-color: #CF223F; }
a { background-color: rgb(207,34,63); }
div.DivClassName
{
background-color: #CF223F;
}
.BgClassName
{
background-color: #CF223F;
}
</style>
border-color css
<style>
span { border-color: #CF223F; }
span { border-color: rgb(207,34,63); }
td.TdClassName
{
border-color: #CF223F;
}
.TagClassName
{
border-color: #CF223F;
}
</style>