Shades of Cardinal #CF233B
Tints of Cardinal #CF233B
RGB
CMYK
RGB Variations
Color information
#CF233B (or 0xCF233B) is known color: Cardinal. HEX triplet: CF, 23 and 3B. RGB value is (207,35,59). Sum of RGB (Red+Green+Blue) = 207+35+59=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF233B is #30DCC4. Grayscale: #595959. Windows color (decimal): -3202245 or 3875791. OLE color: 3875791.
HSL color Cylindrical-coordinate representation of color #CF233B: hue angle of 351.63º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF233B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 59 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.19 |
| HSL | 351.63º | 0.71% | 0.47% | - |
| HSV(B) | 351.63º | 0.83% | 0.81% | - |
| XYZ | 27.12 | 14.78 | 5.56 | - |
| YUV | 89.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 59 | 0 | 0.83 | 0.71 | 0.19 | 351.63 | 0.71 | 0.47 |
| Hex | CF | 23 | 3B | 0 | 53 | 47 | 13 | 160 | 47 | 2F |
| Octal | 317 | 43 | 73 | 0 | 123 | 107 | 23 | 540 | 107 | 57 |
| Binary | 11001111 | 100011 | 111011 | 0 | 1010011 | 1000111 | 10011 | 101100000 | 1000111 | 101111 |
Color Harmonies of #CF233B
Complementary color
Monochromatic Colors of #CF233B
Black with #CF233B
Text Example
Text Example
White with #CF233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF233B; }
p { color: rgb(207,35,59); }
H1.HeaderClassName
{
color: #CF233B;
}
.AnyTagClassName
{
color: #CF233B;
}
</style>
background-color css
<style>
a { background-color: #CF233B; }
a { background-color: rgb(207,35,59); }
div.DivClassName
{
background-color: #CF233B;
}
.BgClassName
{
background-color: #CF233B;
}
</style>
border-color css
<style>
span { border-color: #CF233B; }
span { border-color: rgb(207,35,59); }
td.TdClassName
{
border-color: #CF233B;
}
.TagClassName
{
border-color: #CF233B;
}
</style>