Shades of Cardinal #CF1733
Tints of Cardinal #CF1733
RGB
CMYK
RGB Variations
Color information
#CF1733 (or 0xCF1733) is known color: Cardinal. HEX triplet: CF, 17 and 33. RGB value is (207,23,51). Sum of RGB (Red+Green+Blue) = 207+23+51=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1733 is #30E8CC. Grayscale: #515151. Windows color (decimal): -3205325 or 3348431. OLE color: 3348431.
HSL color Cylindrical-coordinate representation of color #CF1733: hue angle of 350.87º degrees, saturation: 0.8, 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 #CF1733 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 51 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.19 |
| HSL | 350.87º | 0.8% | 0.45% | - |
| HSV(B) | 350.87º | 0.89% | 0.81% | - |
| XYZ | 26.64 | 14.12 | 4.45 | - |
| YUV | 81.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 51 | 0 | 0.89 | 0.75 | 0.19 | 350.87 | 0.8 | 0.45 |
| Hex | CF | 17 | 33 | 0 | 59 | 4B | 13 | 15F | 50 | 2D |
| Octal | 317 | 27 | 63 | 0 | 131 | 113 | 23 | 537 | 120 | 55 |
| Binary | 11001111 | 10111 | 110011 | 0 | 1011001 | 1001011 | 10011 | 101011111 | 1010000 | 101101 |
Color Harmonies of #CF1733
Complementary color
Monochromatic Colors of #CF1733
Black with #CF1733
Text Example
Text Example
White with #CF1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1733; }
p { color: rgb(207,23,51); }
H1.HeaderClassName
{
color: #CF1733;
}
.AnyTagClassName
{
color: #CF1733;
}
</style>
background-color css
<style>
a { background-color: #CF1733; }
a { background-color: rgb(207,23,51); }
div.DivClassName
{
background-color: #CF1733;
}
.BgClassName
{
background-color: #CF1733;
}
</style>
border-color css
<style>
span { border-color: #CF1733; }
span { border-color: rgb(207,23,51); }
td.TdClassName
{
border-color: #CF1733;
}
.TagClassName
{
border-color: #CF1733;
}
</style>