Shades of Cardinal #C01F44
Tints of Cardinal #C01F44
RGB
CMYK
RGB Variations
Color information
#C01F44 (or 0xC01F44) is known color: Cardinal. HEX triplet: C0, 1F and 44. RGB value is (192,31,68). Sum of RGB (Red+Green+Blue) = 192+31+68=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F44 is #3FE0BB. Grayscale: #535353. Windows color (decimal): -4186300 or 4464576. OLE color: 4464576.
HSL color Cylindrical-coordinate representation of color #C01F44: hue angle of 346.21º 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 #C01F44 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 68 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.25 |
| HSL | 346.21º | 0.72% | 0.44% | - |
| HSV(B) | 346.21º | 0.84% | 0.75% | - |
| XYZ | 23.27 | 12.6 | 6.68 | - |
| YUV | 83.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 68 | 0 | 0.84 | 0.65 | 0.25 | 346.21 | 0.72 | 0.44 |
| Hex | C0 | 1F | 44 | 0 | 54 | 41 | 19 | 15A | 48 | 2C |
| Octal | 300 | 37 | 104 | 0 | 124 | 101 | 31 | 532 | 110 | 54 |
| Binary | 11000000 | 11111 | 1000100 | 0 | 1010100 | 1000001 | 11001 | 101011010 | 1001000 | 101100 |
Color Harmonies of #C01F44
Complementary color
Monochromatic Colors of #C01F44
Black with #C01F44
Text Example
Text Example
White with #C01F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F44; }
p { color: rgb(192,31,68); }
H1.HeaderClassName
{
color: #C01F44;
}
.AnyTagClassName
{
color: #C01F44;
}
</style>
background-color css
<style>
a { background-color: #C01F44; }
a { background-color: rgb(192,31,68); }
div.DivClassName
{
background-color: #C01F44;
}
.BgClassName
{
background-color: #C01F44;
}
</style>
border-color css
<style>
span { border-color: #C01F44; }
span { border-color: rgb(192,31,68); }
td.TdClassName
{
border-color: #C01F44;
}
.TagClassName
{
border-color: #C01F44;
}
</style>