Shades of Cardinal #CF2145
Tints of Cardinal #CF2145
RGB
CMYK
RGB Variations
Color information
#CF2145 (or 0xCF2145) is known color: Cardinal. HEX triplet: CF, 21 and 45. RGB value is (207,33,69). Sum of RGB (Red+Green+Blue) = 207+33+69=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2145 is #30DEBA. Grayscale: #595959. Windows color (decimal): -3202747 or 4530639. OLE color: 4530639.
HSL color Cylindrical-coordinate representation of color #CF2145: hue angle of 347.59º degrees, saturation: 0.73, 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 #CF2145 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 69 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.19 |
| HSL | 347.59º | 0.73% | 0.47% | - |
| HSV(B) | 347.59º | 0.84% | 0.81% | - |
| XYZ | 27.35 | 14.78 | 7.04 | - |
| YUV | 89.13 | 116.65 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 69 | 0 | 0.84 | 0.67 | 0.19 | 347.59 | 0.73 | 0.47 |
| Hex | CF | 21 | 45 | 0 | 54 | 43 | 13 | 15C | 48 | 2F |
| Octal | 317 | 41 | 105 | 0 | 124 | 103 | 23 | 534 | 110 | 57 |
| Binary | 11001111 | 100001 | 1000101 | 0 | 1010100 | 1000011 | 10011 | 101011100 | 1001000 | 101111 |
Color Harmonies of #CF2145
Complementary color
Monochromatic Colors of #CF2145
Black with #CF2145
Text Example
Text Example
White with #CF2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2145; }
p { color: rgb(207,33,69); }
H1.HeaderClassName
{
color: #CF2145;
}
.AnyTagClassName
{
color: #CF2145;
}
</style>
background-color css
<style>
a { background-color: #CF2145; }
a { background-color: rgb(207,33,69); }
div.DivClassName
{
background-color: #CF2145;
}
.BgClassName
{
background-color: #CF2145;
}
</style>
border-color css
<style>
span { border-color: #CF2145; }
span { border-color: rgb(207,33,69); }
td.TdClassName
{
border-color: #CF2145;
}
.TagClassName
{
border-color: #CF2145;
}
</style>