Shades of Cardinal #CF2143
Tints of Cardinal #CF2143
RGB
CMYK
RGB Variations
Color information
#CF2143 (or 0xCF2143) is known color: Cardinal. HEX triplet: CF, 21 and 43. RGB value is (207,33,67). Sum of RGB (Red+Green+Blue) = 207+33+67=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2143 is #30DEBC. Grayscale: #585858. Windows color (decimal): -3202749 or 4399567. OLE color: 4399567.
HSL color Cylindrical-coordinate representation of color #CF2143: hue angle of 348.28º 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 #CF2143 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 67 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.19 |
| HSL | 348.28º | 0.73% | 0.47% | - |
| HSV(B) | 348.28º | 0.84% | 0.81% | - |
| XYZ | 27.29 | 14.76 | 6.72 | - |
| YUV | 88.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 67 | 0 | 0.84 | 0.68 | 0.19 | 348.28 | 0.73 | 0.47 |
| Hex | CF | 21 | 43 | 0 | 54 | 44 | 13 | 15C | 48 | 2F |
| Octal | 317 | 41 | 103 | 0 | 124 | 104 | 23 | 534 | 110 | 57 |
| Binary | 11001111 | 100001 | 1000011 | 0 | 1010100 | 1000100 | 10011 | 101011100 | 1001000 | 101111 |
Color Harmonies of #CF2143
Complementary color
Monochromatic Colors of #CF2143
Black with #CF2143
Text Example
Text Example
White with #CF2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2143; }
p { color: rgb(207,33,67); }
H1.HeaderClassName
{
color: #CF2143;
}
.AnyTagClassName
{
color: #CF2143;
}
</style>
background-color css
<style>
a { background-color: #CF2143; }
a { background-color: rgb(207,33,67); }
div.DivClassName
{
background-color: #CF2143;
}
.BgClassName
{
background-color: #CF2143;
}
</style>
border-color css
<style>
span { border-color: #CF2143; }
span { border-color: rgb(207,33,67); }
td.TdClassName
{
border-color: #CF2143;
}
.TagClassName
{
border-color: #CF2143;
}
</style>