Shades of Cardinal #CF1E43
Tints of Cardinal #CF1E43
RGB
CMYK
RGB Variations
Color information
#CF1E43 (or 0xCF1E43) is known color: Cardinal. HEX triplet: CF, 1E and 43. RGB value is (207,30,67). Sum of RGB (Red+Green+Blue) = 207+30+67=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E43 is #30E1BC. Grayscale: #575757. Windows color (decimal): -3203517 or 4398799. OLE color: 4398799.
HSL color Cylindrical-coordinate representation of color #CF1E43: hue angle of 347.46º degrees, saturation: 0.75, 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 #CF1E43 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 67 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.19 |
| HSL | 347.46º | 0.75% | 0.46% | - |
| HSV(B) | 347.46º | 0.86% | 0.81% | - |
| XYZ | 27.21 | 14.6 | 6.69 | - |
| YUV | 87.14 | 116.64 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 67 | 0 | 0.86 | 0.68 | 0.19 | 347.46 | 0.75 | 0.46 |
| Hex | CF | 1E | 43 | 0 | 56 | 44 | 13 | 15B | 4B | 2E |
| Octal | 317 | 36 | 103 | 0 | 126 | 104 | 23 | 533 | 113 | 56 |
| Binary | 11001111 | 11110 | 1000011 | 0 | 1010110 | 1000100 | 10011 | 101011011 | 1001011 | 101110 |
Color Harmonies of #CF1E43
Complementary color
Monochromatic Colors of #CF1E43
Black with #CF1E43
Text Example
Text Example
White with #CF1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E43; }
p { color: rgb(207,30,67); }
H1.HeaderClassName
{
color: #CF1E43;
}
.AnyTagClassName
{
color: #CF1E43;
}
</style>
background-color css
<style>
a { background-color: #CF1E43; }
a { background-color: rgb(207,30,67); }
div.DivClassName
{
background-color: #CF1E43;
}
.BgClassName
{
background-color: #CF1E43;
}
</style>
border-color css
<style>
span { border-color: #CF1E43; }
span { border-color: rgb(207,30,67); }
td.TdClassName
{
border-color: #CF1E43;
}
.TagClassName
{
border-color: #CF1E43;
}
</style>