Shades of Cardinal #CF1F32
Tints of Cardinal #CF1F32
RGB
CMYK
RGB Variations
Color information
#CF1F32 (or 0xCF1F32) is known color: Cardinal. HEX triplet: CF, 1F and 32. RGB value is (207,31,50). Sum of RGB (Red+Green+Blue) = 207+31+50=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1F32 is #30E0CD. Grayscale: #555555. Windows color (decimal): -3203278 or 3284943. OLE color: 3284943.
HSL color Cylindrical-coordinate representation of color #CF1F32: hue angle of 353.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F32 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 50 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.19 |
| HSL | 353.52º | 0.74% | 0.47% | - |
| HSV(B) | 353.52º | 0.85% | 0.81% | - |
| XYZ | 26.8 | 14.48 | 4.4 | - |
| YUV | 85.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 50 | 0 | 0.85 | 0.76 | 0.19 | 353.52 | 0.74 | 0.47 |
| Hex | CF | 1F | 32 | 0 | 55 | 4C | 13 | 162 | 4A | 2F |
| Octal | 317 | 37 | 62 | 0 | 125 | 114 | 23 | 542 | 112 | 57 |
| Binary | 11001111 | 11111 | 110010 | 0 | 1010101 | 1001100 | 10011 | 101100010 | 1001010 | 101111 |
Color Harmonies of #CF1F32
Complementary color
Monochromatic Colors of #CF1F32
Black with #CF1F32
Text Example
Text Example
White with #CF1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F32; }
p { color: rgb(207,31,50); }
H1.HeaderClassName
{
color: #CF1F32;
}
.AnyTagClassName
{
color: #CF1F32;
}
</style>
background-color css
<style>
a { background-color: #CF1F32; }
a { background-color: rgb(207,31,50); }
div.DivClassName
{
background-color: #CF1F32;
}
.BgClassName
{
background-color: #CF1F32;
}
</style>
border-color css
<style>
span { border-color: #CF1F32; }
span { border-color: rgb(207,31,50); }
td.TdClassName
{
border-color: #CF1F32;
}
.TagClassName
{
border-color: #CF1F32;
}
</style>