Shades of Cardinal #CF222F
Tints of Cardinal #CF222F
RGB
CMYK
RGB Variations
Color information
#CF222F (or 0xCF222F) is known color: Cardinal. HEX triplet: CF, 22 and 2F. RGB value is (207,34,47). Sum of RGB (Red+Green+Blue) = 207+34+47=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF222F is #30DDD0. Grayscale: #575757. Windows color (decimal): -3202513 or 3089103. OLE color: 3089103.
HSL color Cylindrical-coordinate representation of color #CF222F: hue angle of 355.49º 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 #CF222F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 47 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.19 |
| HSL | 355.49º | 0.72% | 0.47% | - |
| HSV(B) | 355.49º | 0.84% | 0.81% | - |
| XYZ | 26.82 | 14.61 | 4.1 | - |
| YUV | 87.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 47 | 0 | 0.84 | 0.77 | 0.19 | 355.49 | 0.72 | 0.47 |
| Hex | CF | 22 | 2F | 0 | 54 | 4D | 13 | 163 | 48 | 2F |
| Octal | 317 | 42 | 57 | 0 | 124 | 115 | 23 | 543 | 110 | 57 |
| Binary | 11001111 | 100010 | 101111 | 0 | 1010100 | 1001101 | 10011 | 101100011 | 1001000 | 101111 |
Color Harmonies of #CF222F
Complementary color
Monochromatic Colors of #CF222F
Black with #CF222F
Text Example
Text Example
White with #CF222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF222F; }
p { color: rgb(207,34,47); }
H1.HeaderClassName
{
color: #CF222F;
}
.AnyTagClassName
{
color: #CF222F;
}
</style>
background-color css
<style>
a { background-color: #CF222F; }
a { background-color: rgb(207,34,47); }
div.DivClassName
{
background-color: #CF222F;
}
.BgClassName
{
background-color: #CF222F;
}
</style>
border-color css
<style>
span { border-color: #CF222F; }
span { border-color: rgb(207,34,47); }
td.TdClassName
{
border-color: #CF222F;
}
.TagClassName
{
border-color: #CF222F;
}
</style>