Shades of Cardinal #CF2233
Tints of Cardinal #CF2233
RGB
CMYK
RGB Variations
Color information
#CF2233 (or 0xCF2233) is known color: Cardinal. HEX triplet: CF, 22 and 33. RGB value is (207,34,51). Sum of RGB (Red+Green+Blue) = 207+34+51=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2233 is #30DDCC. Grayscale: #575757. Windows color (decimal): -3202509 or 3351247. OLE color: 3351247.
HSL color Cylindrical-coordinate representation of color #CF2233: hue angle of 354.1º 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 #CF2233 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 51 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.19 |
| HSL | 354.1º | 0.72% | 0.47% | - |
| HSV(B) | 354.1º | 0.84% | 0.81% | - |
| XYZ | 26.9 | 14.65 | 4.54 | - |
| YUV | 87.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 51 | 0 | 0.84 | 0.75 | 0.19 | 354.1 | 0.72 | 0.47 |
| Hex | CF | 22 | 33 | 0 | 54 | 4B | 13 | 162 | 48 | 2F |
| Octal | 317 | 42 | 63 | 0 | 124 | 113 | 23 | 542 | 110 | 57 |
| Binary | 11001111 | 100010 | 110011 | 0 | 1010100 | 1001011 | 10011 | 101100010 | 1001000 | 101111 |
Color Harmonies of #CF2233
Complementary color
Monochromatic Colors of #CF2233
Black with #CF2233
Text Example
Text Example
White with #CF2233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2233; }
p { color: rgb(207,34,51); }
H1.HeaderClassName
{
color: #CF2233;
}
.AnyTagClassName
{
color: #CF2233;
}
</style>
background-color css
<style>
a { background-color: #CF2233; }
a { background-color: rgb(207,34,51); }
div.DivClassName
{
background-color: #CF2233;
}
.BgClassName
{
background-color: #CF2233;
}
</style>
border-color css
<style>
span { border-color: #CF2233; }
span { border-color: rgb(207,34,51); }
td.TdClassName
{
border-color: #CF2233;
}
.TagClassName
{
border-color: #CF2233;
}
</style>