Shades of Cardinal #CF1F30
Tints of Cardinal #CF1F30
RGB
CMYK
RGB Variations
Color information
#CF1F30 (or 0xCF1F30) is known color: Cardinal. HEX triplet: CF, 1F and 30. RGB value is (207,31,48). Sum of RGB (Red+Green+Blue) = 207+31+48=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1F30 is #30E0CF. Grayscale: #555555. Windows color (decimal): -3203280 or 3153871. OLE color: 3153871.
HSL color Cylindrical-coordinate representation of color #CF1F30: hue angle of 354.2º 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 #CF1F30 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 48 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.19 |
| HSL | 354.2º | 0.74% | 0.47% | - |
| HSV(B) | 354.2º | 0.85% | 0.81% | - |
| XYZ | 26.76 | 14.46 | 4.18 | - |
| YUV | 85.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 48 | 0 | 0.85 | 0.77 | 0.19 | 354.2 | 0.74 | 0.47 |
| Hex | CF | 1F | 30 | 0 | 55 | 4D | 13 | 162 | 4A | 2F |
| Octal | 317 | 37 | 60 | 0 | 125 | 115 | 23 | 542 | 112 | 57 |
| Binary | 11001111 | 11111 | 110000 | 0 | 1010101 | 1001101 | 10011 | 101100010 | 1001010 | 101111 |
Color Harmonies of #CF1F30
Complementary color
Monochromatic Colors of #CF1F30
Black with #CF1F30
Text Example
Text Example
White with #CF1F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F30; }
p { color: rgb(207,31,48); }
H1.HeaderClassName
{
color: #CF1F30;
}
.AnyTagClassName
{
color: #CF1F30;
}
</style>
background-color css
<style>
a { background-color: #CF1F30; }
a { background-color: rgb(207,31,48); }
div.DivClassName
{
background-color: #CF1F30;
}
.BgClassName
{
background-color: #CF1F30;
}
</style>
border-color css
<style>
span { border-color: #CF1F30; }
span { border-color: rgb(207,31,48); }
td.TdClassName
{
border-color: #CF1F30;
}
.TagClassName
{
border-color: #CF1F30;
}
</style>