Shades of Cardinal #CF1532
Tints of Cardinal #CF1532
RGB
CMYK
RGB Variations
Color information
#CF1532 (or 0xCF1532) is known color: Cardinal. HEX triplet: CF, 15 and 32. RGB value is (207,21,50). Sum of RGB (Red+Green+Blue) = 207+21+50=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1532 is #30EACD. Grayscale: #4F4F4F. Windows color (decimal): -3205838 or 3282383. OLE color: 3282383.
HSL color Cylindrical-coordinate representation of color #CF1532: hue angle of 350.65º 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 #CF1532 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.19 |
| HSL | 350.65º | 0.82% | 0.45% | - |
| HSV(B) | 350.65º | 0.9% | 0.81% | - |
| XYZ | 26.58 | 14.03 | 4.33 | - |
| YUV | 79.92 | 111.12 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 50 | 0 | 0.90 | 0.76 | 0.19 | 350.65 | 0.82 | 0.45 |
| Hex | CF | 15 | 32 | 0 | 5A | 4C | 13 | 15F | 52 | 2D |
| Octal | 317 | 25 | 62 | 0 | 132 | 114 | 23 | 537 | 122 | 55 |
| Binary | 11001111 | 10101 | 110010 | 0 | 1011010 | 1001100 | 10011 | 101011111 | 1010010 | 101101 |
Color Harmonies of #CF1532
Complementary color
Monochromatic Colors of #CF1532
Black with #CF1532
Text Example
Text Example
White with #CF1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1532; }
p { color: rgb(207,21,50); }
H1.HeaderClassName
{
color: #CF1532;
}
.AnyTagClassName
{
color: #CF1532;
}
</style>
background-color css
<style>
a { background-color: #CF1532; }
a { background-color: rgb(207,21,50); }
div.DivClassName
{
background-color: #CF1532;
}
.BgClassName
{
background-color: #CF1532;
}
</style>
border-color css
<style>
span { border-color: #CF1532; }
span { border-color: rgb(207,21,50); }
td.TdClassName
{
border-color: #CF1532;
}
.TagClassName
{
border-color: #CF1532;
}
</style>