Shades of Cardinal #CF183E
Tints of Cardinal #CF183E
RGB
CMYK
RGB Variations
Color information
#CF183E (or 0xCF183E) is known color: Cardinal. HEX triplet: CF, 18 and 3E. RGB value is (207,24,62). Sum of RGB (Red+Green+Blue) = 207+24+62=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF183E is #30E7C1. Grayscale: #535353. Windows color (decimal): -3205058 or 4069583. OLE color: 4069583.
HSL color Cylindrical-coordinate representation of color #CF183E: hue angle of 347.54º 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 #CF183E is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 62 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.19 |
| HSL | 347.54º | 0.79% | 0.45% | - |
| HSV(B) | 347.54º | 0.88% | 0.81% | - |
| XYZ | 26.93 | 14.27 | 5.89 | - |
| YUV | 83.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 62 | 0 | 0.88 | 0.70 | 0.19 | 347.54 | 0.79 | 0.45 |
| Hex | CF | 18 | 3E | 0 | 58 | 46 | 13 | 15C | 4F | 2D |
| Octal | 317 | 30 | 76 | 0 | 130 | 106 | 23 | 534 | 117 | 55 |
| Binary | 11001111 | 11000 | 111110 | 0 | 1011000 | 1000110 | 10011 | 101011100 | 1001111 | 101101 |
Color Harmonies of #CF183E
Complementary color
Monochromatic Colors of #CF183E
Black with #CF183E
Text Example
Text Example
White with #CF183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF183E; }
p { color: rgb(207,24,62); }
H1.HeaderClassName
{
color: #CF183E;
}
.AnyTagClassName
{
color: #CF183E;
}
</style>
background-color css
<style>
a { background-color: #CF183E; }
a { background-color: rgb(207,24,62); }
div.DivClassName
{
background-color: #CF183E;
}
.BgClassName
{
background-color: #CF183E;
}
</style>
border-color css
<style>
span { border-color: #CF183E; }
span { border-color: rgb(207,24,62); }
td.TdClassName
{
border-color: #CF183E;
}
.TagClassName
{
border-color: #CF183E;
}
</style>