Shades of Cardinal #CF1533
Tints of Cardinal #CF1533
RGB
CMYK
RGB Variations
Color information
#CF1533 (or 0xCF1533) is known color: Cardinal. HEX triplet: CF, 15 and 33. RGB value is (207,21,51). Sum of RGB (Red+Green+Blue) = 207+21+51=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1533 is #30EACC. Grayscale: #505050. Windows color (decimal): -3205837 or 3347919. OLE color: 3347919.
HSL color Cylindrical-coordinate representation of color #CF1533: hue angle of 350.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1533 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 51 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.19 |
| HSL | 350.32º | 0.82% | 0.45% | - |
| HSV(B) | 350.32º | 0.9% | 0.81% | - |
| XYZ | 26.6 | 14.04 | 4.44 | - |
| YUV | 80.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 51 | 0 | 0.90 | 0.75 | 0.19 | 350.32 | 0.82 | 0.45 |
| Hex | CF | 15 | 33 | 0 | 5A | 4B | 13 | 15E | 52 | 2D |
| Octal | 317 | 25 | 63 | 0 | 132 | 113 | 23 | 536 | 122 | 55 |
| Binary | 11001111 | 10101 | 110011 | 0 | 1011010 | 1001011 | 10011 | 101011110 | 1010010 | 101101 |
Color Harmonies of #CF1533
Complementary color
Monochromatic Colors of #CF1533
Black with #CF1533
Text Example
Text Example
White with #CF1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1533; }
p { color: rgb(207,21,51); }
H1.HeaderClassName
{
color: #CF1533;
}
.AnyTagClassName
{
color: #CF1533;
}
</style>
background-color css
<style>
a { background-color: #CF1533; }
a { background-color: rgb(207,21,51); }
div.DivClassName
{
background-color: #CF1533;
}
.BgClassName
{
background-color: #CF1533;
}
</style>
border-color css
<style>
span { border-color: #CF1533; }
span { border-color: rgb(207,21,51); }
td.TdClassName
{
border-color: #CF1533;
}
.TagClassName
{
border-color: #CF1533;
}
</style>