Shades of Cardinal #CF223D
Tints of Cardinal #CF223D
RGB
CMYK
RGB Variations
Color information
#CF223D (or 0xCF223D) is known color: Cardinal. HEX triplet: CF, 22 and 3D. RGB value is (207,34,61). Sum of RGB (Red+Green+Blue) = 207+34+61=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF223D is #30DDC2. Grayscale: #585858. Windows color (decimal): -3202499 or 4006607. OLE color: 4006607.
HSL color Cylindrical-coordinate representation of color #CF223D: hue angle of 350.64º 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 #CF223D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 61 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.19 |
| HSL | 350.64º | 0.72% | 0.47% | - |
| HSV(B) | 350.64º | 0.84% | 0.81% | - |
| XYZ | 27.15 | 14.75 | 5.83 | - |
| YUV | 88.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 61 | 0 | 0.84 | 0.71 | 0.19 | 350.64 | 0.72 | 0.47 |
| Hex | CF | 22 | 3D | 0 | 54 | 47 | 13 | 15F | 48 | 2F |
| Octal | 317 | 42 | 75 | 0 | 124 | 107 | 23 | 537 | 110 | 57 |
| Binary | 11001111 | 100010 | 111101 | 0 | 1010100 | 1000111 | 10011 | 101011111 | 1001000 | 101111 |
Color Harmonies of #CF223D
Complementary color
Monochromatic Colors of #CF223D
Black with #CF223D
Text Example
Text Example
White with #CF223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF223D; }
p { color: rgb(207,34,61); }
H1.HeaderClassName
{
color: #CF223D;
}
.AnyTagClassName
{
color: #CF223D;
}
</style>
background-color css
<style>
a { background-color: #CF223D; }
a { background-color: rgb(207,34,61); }
div.DivClassName
{
background-color: #CF223D;
}
.BgClassName
{
background-color: #CF223D;
}
</style>
border-color css
<style>
span { border-color: #CF223D; }
span { border-color: rgb(207,34,61); }
td.TdClassName
{
border-color: #CF223D;
}
.TagClassName
{
border-color: #CF223D;
}
</style>