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