Shades of Cardinal #CF2238
Tints of Cardinal #CF2238
RGB
CMYK
RGB Variations
Color information
#CF2238 (or 0xCF2238) is known color: Cardinal. HEX triplet: CF, 22 and 38. RGB value is (207,34,56). Sum of RGB (Red+Green+Blue) = 207+34+56=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2238 is #30DDC7. Grayscale: #585858. Windows color (decimal): -3202504 or 3678927. OLE color: 3678927.
HSL color Cylindrical-coordinate representation of color #CF2238: hue angle of 352.37º 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 #CF2238 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 56 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.19 |
| HSL | 352.37º | 0.72% | 0.47% | - |
| HSV(B) | 352.37º | 0.84% | 0.81% | - |
| XYZ | 27.02 | 14.69 | 5.15 | - |
| YUV | 88.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 56 | 0 | 0.84 | 0.73 | 0.19 | 352.37 | 0.72 | 0.47 |
| Hex | CF | 22 | 38 | 0 | 54 | 49 | 13 | 160 | 48 | 2F |
| Octal | 317 | 42 | 70 | 0 | 124 | 111 | 23 | 540 | 110 | 57 |
| Binary | 11001111 | 100010 | 111000 | 0 | 1010100 | 1001001 | 10011 | 101100000 | 1001000 | 101111 |
Color Harmonies of #CF2238
Complementary color
Monochromatic Colors of #CF2238
Black with #CF2238
Text Example
Text Example
White with #CF2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2238; }
p { color: rgb(207,34,56); }
H1.HeaderClassName
{
color: #CF2238;
}
.AnyTagClassName
{
color: #CF2238;
}
</style>
background-color css
<style>
a { background-color: #CF2238; }
a { background-color: rgb(207,34,56); }
div.DivClassName
{
background-color: #CF2238;
}
.BgClassName
{
background-color: #CF2238;
}
</style>
border-color css
<style>
span { border-color: #CF2238; }
span { border-color: rgb(207,34,56); }
td.TdClassName
{
border-color: #CF2238;
}
.TagClassName
{
border-color: #CF2238;
}
</style>