Shades of Cardinal #CF243B
Tints of Cardinal #CF243B
RGB
CMYK
RGB Variations
Color information
#CF243B (or 0xCF243B) is known color: Cardinal. HEX triplet: CF, 24 and 3B. RGB value is (207,36,59). Sum of RGB (Red+Green+Blue) = 207+36+59=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF243B is #30DBC4. Grayscale: #595959. Windows color (decimal): -3201989 or 3876047. OLE color: 3876047.
HSL color Cylindrical-coordinate representation of color #CF243B: hue angle of 351.93º 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 #CF243B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 59 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.19 |
| HSL | 351.93º | 0.7% | 0.48% | - |
| HSV(B) | 351.93º | 0.83% | 0.81% | - |
| XYZ | 27.15 | 14.84 | 5.57 | - |
| YUV | 89.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 59 | 0 | 0.83 | 0.71 | 0.19 | 351.93 | 0.7 | 0.48 |
| Hex | CF | 24 | 3B | 0 | 53 | 47 | 13 | 160 | 46 | 30 |
| Octal | 317 | 44 | 73 | 0 | 123 | 107 | 23 | 540 | 106 | 60 |
| Binary | 11001111 | 100100 | 111011 | 0 | 1010011 | 1000111 | 10011 | 101100000 | 1000110 | 110000 |
Color Harmonies of #CF243B
Complementary color
Monochromatic Colors of #CF243B
Black with #CF243B
Text Example
Text Example
White with #CF243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF243B; }
p { color: rgb(207,36,59); }
H1.HeaderClassName
{
color: #CF243B;
}
.AnyTagClassName
{
color: #CF243B;
}
</style>
background-color css
<style>
a { background-color: #CF243B; }
a { background-color: rgb(207,36,59); }
div.DivClassName
{
background-color: #CF243B;
}
.BgClassName
{
background-color: #CF243B;
}
</style>
border-color css
<style>
span { border-color: #CF243B; }
span { border-color: rgb(207,36,59); }
td.TdClassName
{
border-color: #CF243B;
}
.TagClassName
{
border-color: #CF243B;
}
</style>