Shades of Cardinal #CF1837
Tints of Cardinal #CF1837
RGB
CMYK
RGB Variations
Color information
#CF1837 (or 0xCF1837) is known color: Cardinal. HEX triplet: CF, 18 and 37. RGB value is (207,24,55). Sum of RGB (Red+Green+Blue) = 207+24+55=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1837 is #30E7C8. Grayscale: #525252. Windows color (decimal): -3205065 or 3610831. OLE color: 3610831.
HSL color Cylindrical-coordinate representation of color #CF1837: hue angle of 349.84º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1837 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 55 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.19 |
| HSL | 349.84º | 0.79% | 0.45% | - |
| HSV(B) | 349.84º | 0.88% | 0.81% | - |
| XYZ | 26.75 | 14.19 | 4.94 | - |
| YUV | 82.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 55 | 0 | 0.88 | 0.73 | 0.19 | 349.84 | 0.79 | 0.45 |
| Hex | CF | 18 | 37 | 0 | 58 | 49 | 13 | 15E | 4F | 2D |
| Octal | 317 | 30 | 67 | 0 | 130 | 111 | 23 | 536 | 117 | 55 |
| Binary | 11001111 | 11000 | 110111 | 0 | 1011000 | 1001001 | 10011 | 101011110 | 1001111 | 101101 |
Color Harmonies of #CF1837
Complementary color
Monochromatic Colors of #CF1837
Black with #CF1837
Text Example
Text Example
White with #CF1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1837; }
p { color: rgb(207,24,55); }
H1.HeaderClassName
{
color: #CF1837;
}
.AnyTagClassName
{
color: #CF1837;
}
</style>
background-color css
<style>
a { background-color: #CF1837; }
a { background-color: rgb(207,24,55); }
div.DivClassName
{
background-color: #CF1837;
}
.BgClassName
{
background-color: #CF1837;
}
</style>
border-color css
<style>
span { border-color: #CF1837; }
span { border-color: rgb(207,24,55); }
td.TdClassName
{
border-color: #CF1837;
}
.TagClassName
{
border-color: #CF1837;
}
</style>