Shades of Cardinal #CF243E
Tints of Cardinal #CF243E
RGB
CMYK
RGB Variations
Color information
#CF243E (or 0xCF243E) is known color: Cardinal. HEX triplet: CF, 24 and 3E. RGB value is (207,36,62). Sum of RGB (Red+Green+Blue) = 207+36+62=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF243E is #30DBC1. Grayscale: #5A5A5A. Windows color (decimal): -3201986 or 4072655. OLE color: 4072655.
HSL color Cylindrical-coordinate representation of color #CF243E: hue angle of 350.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF243E is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 62 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.19 |
| HSL | 350.88º | 0.7% | 0.48% | - |
| HSV(B) | 350.88º | 0.83% | 0.81% | - |
| XYZ | 27.23 | 14.87 | 5.99 | - |
| YUV | 90.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 62 | 0 | 0.83 | 0.70 | 0.19 | 350.88 | 0.7 | 0.48 |
| Hex | CF | 24 | 3E | 0 | 53 | 46 | 13 | 15F | 46 | 30 |
| Octal | 317 | 44 | 76 | 0 | 123 | 106 | 23 | 537 | 106 | 60 |
| Binary | 11001111 | 100100 | 111110 | 0 | 1010011 | 1000110 | 10011 | 101011111 | 1000110 | 110000 |
Color Harmonies of #CF243E
Complementary color
Monochromatic Colors of #CF243E
Black with #CF243E
Text Example
Text Example
White with #CF243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF243E; }
p { color: rgb(207,36,62); }
H1.HeaderClassName
{
color: #CF243E;
}
.AnyTagClassName
{
color: #CF243E;
}
</style>
background-color css
<style>
a { background-color: #CF243E; }
a { background-color: rgb(207,36,62); }
div.DivClassName
{
background-color: #CF243E;
}
.BgClassName
{
background-color: #CF243E;
}
</style>
border-color css
<style>
span { border-color: #CF243E; }
span { border-color: rgb(207,36,62); }
td.TdClassName
{
border-color: #CF243E;
}
.TagClassName
{
border-color: #CF243E;
}
</style>