Shades of Cardinal #CF223C
Tints of Cardinal #CF223C
RGB
CMYK
RGB Variations
Color information
#CF223C (or 0xCF223C) is known color: Cardinal. HEX triplet: CF, 22 and 3C. RGB value is (207,34,60). Sum of RGB (Red+Green+Blue) = 207+34+60=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF223C is #30DDC3. Grayscale: #585858. Windows color (decimal): -3202500 or 3941071. OLE color: 3941071.
HSL color Cylindrical-coordinate representation of color #CF223C: hue angle of 350.98º 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 #CF223C is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 60 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.19 |
| HSL | 350.98º | 0.72% | 0.47% | - |
| HSV(B) | 350.98º | 0.84% | 0.81% | - |
| XYZ | 27.12 | 14.74 | 5.69 | - |
| YUV | 88.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 60 | 0 | 0.84 | 0.71 | 0.19 | 350.98 | 0.72 | 0.47 |
| Hex | CF | 22 | 3C | 0 | 54 | 47 | 13 | 15F | 48 | 2F |
| Octal | 317 | 42 | 74 | 0 | 124 | 107 | 23 | 537 | 110 | 57 |
| Binary | 11001111 | 100010 | 111100 | 0 | 1010100 | 1000111 | 10011 | 101011111 | 1001000 | 101111 |
Color Harmonies of #CF223C
Complementary color
Monochromatic Colors of #CF223C
Black with #CF223C
Text Example
Text Example
White with #CF223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF223C; }
p { color: rgb(207,34,60); }
H1.HeaderClassName
{
color: #CF223C;
}
.AnyTagClassName
{
color: #CF223C;
}
</style>
background-color css
<style>
a { background-color: #CF223C; }
a { background-color: rgb(207,34,60); }
div.DivClassName
{
background-color: #CF223C;
}
.BgClassName
{
background-color: #CF223C;
}
</style>
border-color css
<style>
span { border-color: #CF223C; }
span { border-color: rgb(207,34,60); }
td.TdClassName
{
border-color: #CF223C;
}
.TagClassName
{
border-color: #CF223C;
}
</style>