Shades of Cardinal #CF1633
Tints of Cardinal #CF1633
RGB
CMYK
RGB Variations
Color information
#CF1633 (or 0xCF1633) is known color: Cardinal. HEX triplet: CF, 16 and 33. RGB value is (207,22,51). Sum of RGB (Red+Green+Blue) = 207+22+51=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1633 is #30E9CC. Grayscale: #505050. Windows color (decimal): -3205581 or 3348175. OLE color: 3348175.
HSL color Cylindrical-coordinate representation of color #CF1633: hue angle of 350.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1633 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 51 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.19 |
| HSL | 350.59º | 0.81% | 0.45% | - |
| HSV(B) | 350.59º | 0.89% | 0.81% | - |
| XYZ | 26.62 | 14.08 | 4.45 | - |
| YUV | 80.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 51 | 0 | 0.89 | 0.75 | 0.19 | 350.59 | 0.81 | 0.45 |
| Hex | CF | 16 | 33 | 0 | 59 | 4B | 13 | 15F | 51 | 2D |
| Octal | 317 | 26 | 63 | 0 | 131 | 113 | 23 | 537 | 121 | 55 |
| Binary | 11001111 | 10110 | 110011 | 0 | 1011001 | 1001011 | 10011 | 101011111 | 1010001 | 101101 |
Color Harmonies of #CF1633
Complementary color
Monochromatic Colors of #CF1633
Black with #CF1633
Text Example
Text Example
White with #CF1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1633; }
p { color: rgb(207,22,51); }
H1.HeaderClassName
{
color: #CF1633;
}
.AnyTagClassName
{
color: #CF1633;
}
</style>
background-color css
<style>
a { background-color: #CF1633; }
a { background-color: rgb(207,22,51); }
div.DivClassName
{
background-color: #CF1633;
}
.BgClassName
{
background-color: #CF1633;
}
</style>
border-color css
<style>
span { border-color: #CF1633; }
span { border-color: rgb(207,22,51); }
td.TdClassName
{
border-color: #CF1633;
}
.TagClassName
{
border-color: #CF1633;
}
</style>