Shades of Cardinal #C01F2F
Tints of Cardinal #C01F2F
RGB
CMYK
RGB Variations
Color information
#C01F2F (or 0xC01F2F) is known color: Cardinal. HEX triplet: C0, 1F and 2F. RGB value is (192,31,47). Sum of RGB (Red+Green+Blue) = 192+31+47=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F2F is #3FE0D0. Grayscale: #515151. Windows color (decimal): -4186321 or 3088320. OLE color: 3088320.
HSL color Cylindrical-coordinate representation of color #C01F2F: hue angle of 354.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F2F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 47 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.25 |
| HSL | 354.04º | 0.72% | 0.44% | - |
| HSV(B) | 354.04º | 0.84% | 0.75% | - |
| XYZ | 22.74 | 12.39 | 3.88 | - |
| YUV | 80.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 47 | 0 | 0.84 | 0.76 | 0.25 | 354.04 | 0.72 | 0.44 |
| Hex | C0 | 1F | 2F | 0 | 54 | 4C | 19 | 162 | 48 | 2C |
| Octal | 300 | 37 | 57 | 0 | 124 | 114 | 31 | 542 | 110 | 54 |
| Binary | 11000000 | 11111 | 101111 | 0 | 1010100 | 1001100 | 11001 | 101100010 | 1001000 | 101100 |
Color Harmonies of #C01F2F
Complementary color
Monochromatic Colors of #C01F2F
Black with #C01F2F
Text Example
Text Example
White with #C01F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F2F; }
p { color: rgb(192,31,47); }
H1.HeaderClassName
{
color: #C01F2F;
}
.AnyTagClassName
{
color: #C01F2F;
}
</style>
background-color css
<style>
a { background-color: #C01F2F; }
a { background-color: rgb(192,31,47); }
div.DivClassName
{
background-color: #C01F2F;
}
.BgClassName
{
background-color: #C01F2F;
}
</style>
border-color css
<style>
span { border-color: #C01F2F; }
span { border-color: rgb(192,31,47); }
td.TdClassName
{
border-color: #C01F2F;
}
.TagClassName
{
border-color: #C01F2F;
}
</style>