Shades of Cardinal #CF2437
Tints of Cardinal #CF2437
RGB
CMYK
RGB Variations
Color information
#CF2437 (or 0xCF2437) is known color: Cardinal. HEX triplet: CF, 24 and 37. RGB value is (207,36,55). Sum of RGB (Red+Green+Blue) = 207+36+55=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2437 is #30DBC8. Grayscale: #595959. Windows color (decimal): -3201993 or 3613903. OLE color: 3613903.
HSL color Cylindrical-coordinate representation of color #CF2437: hue angle of 353.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2437 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 55 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.19 |
| HSL | 353.33º | 0.7% | 0.48% | - |
| HSV(B) | 353.33º | 0.83% | 0.81% | - |
| XYZ | 27.05 | 14.8 | 5.05 | - |
| YUV | 89.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 55 | 0 | 0.83 | 0.73 | 0.19 | 353.33 | 0.7 | 0.48 |
| Hex | CF | 24 | 37 | 0 | 53 | 49 | 13 | 161 | 46 | 30 |
| Octal | 317 | 44 | 67 | 0 | 123 | 111 | 23 | 541 | 106 | 60 |
| Binary | 11001111 | 100100 | 110111 | 0 | 1010011 | 1001001 | 10011 | 101100001 | 1000110 | 110000 |
Color Harmonies of #CF2437
Complementary color
Monochromatic Colors of #CF2437
Black with #CF2437
Text Example
Text Example
White with #CF2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2437; }
p { color: rgb(207,36,55); }
H1.HeaderClassName
{
color: #CF2437;
}
.AnyTagClassName
{
color: #CF2437;
}
</style>
background-color css
<style>
a { background-color: #CF2437; }
a { background-color: rgb(207,36,55); }
div.DivClassName
{
background-color: #CF2437;
}
.BgClassName
{
background-color: #CF2437;
}
</style>
border-color css
<style>
span { border-color: #CF2437; }
span { border-color: rgb(207,36,55); }
td.TdClassName
{
border-color: #CF2437;
}
.TagClassName
{
border-color: #CF2437;
}
</style>