Shades of Cardinal #CF1C3E
Tints of Cardinal #CF1C3E
RGB
CMYK
RGB Variations
Color information
#CF1C3E (or 0xCF1C3E) is known color: Cardinal. HEX triplet: CF, 1C and 3E. RGB value is (207,28,62). Sum of RGB (Red+Green+Blue) = 207+28+62=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C3E is #30E3C1. Grayscale: #555555. Windows color (decimal): -3204034 or 4070607. OLE color: 4070607.
HSL color Cylindrical-coordinate representation of color #CF1C3E: hue angle of 348.6º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C3E is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 62 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.19 |
| HSL | 348.6º | 0.76% | 0.46% | - |
| HSV(B) | 348.6º | 0.86% | 0.81% | - |
| XYZ | 27.02 | 14.44 | 5.92 | - |
| YUV | 85.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 62 | 0 | 0.86 | 0.70 | 0.19 | 348.6 | 0.76 | 0.46 |
| Hex | CF | 1C | 3E | 0 | 56 | 46 | 13 | 15D | 4C | 2E |
| Octal | 317 | 34 | 76 | 0 | 126 | 106 | 23 | 535 | 114 | 56 |
| Binary | 11001111 | 11100 | 111110 | 0 | 1010110 | 1000110 | 10011 | 101011101 | 1001100 | 101110 |
Color Harmonies of #CF1C3E
Complementary color
Monochromatic Colors of #CF1C3E
Black with #CF1C3E
Text Example
Text Example
White with #CF1C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1C3E; }
p { color: rgb(207,28,62); }
H1.HeaderClassName
{
color: #CF1C3E;
}
.AnyTagClassName
{
color: #CF1C3E;
}
</style>
background-color css
<style>
a { background-color: #CF1C3E; }
a { background-color: rgb(207,28,62); }
div.DivClassName
{
background-color: #CF1C3E;
}
.BgClassName
{
background-color: #CF1C3E;
}
</style>
border-color css
<style>
span { border-color: #CF1C3E; }
span { border-color: rgb(207,28,62); }
td.TdClassName
{
border-color: #CF1C3E;
}
.TagClassName
{
border-color: #CF1C3E;
}
</style>