Shades of Cardinal #C01F30
Tints of Cardinal #C01F30
RGB
CMYK
RGB Variations
Color information
#C01F30 (or 0xC01F30) is known color: Cardinal. HEX triplet: C0, 1F and 30. RGB value is (192,31,48). Sum of RGB (Red+Green+Blue) = 192+31+48=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F30 is #3FE0CF. Grayscale: #515151. Windows color (decimal): -4186320 or 3153856. OLE color: 3153856.
HSL color Cylindrical-coordinate representation of color #C01F30: hue angle of 353.66º 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 #C01F30 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 48 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.25 |
| HSL | 353.66º | 0.72% | 0.44% | - |
| HSV(B) | 353.66º | 0.84% | 0.75% | - |
| XYZ | 22.76 | 12.4 | 3.99 | - |
| YUV | 81.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 48 | 0 | 0.84 | 0.75 | 0.25 | 353.66 | 0.72 | 0.44 |
| Hex | C0 | 1F | 30 | 0 | 54 | 4B | 19 | 162 | 48 | 2C |
| Octal | 300 | 37 | 60 | 0 | 124 | 113 | 31 | 542 | 110 | 54 |
| Binary | 11000000 | 11111 | 110000 | 0 | 1010100 | 1001011 | 11001 | 101100010 | 1001000 | 101100 |
Color Harmonies of #C01F30
Complementary color
Monochromatic Colors of #C01F30
Black with #C01F30
Text Example
Text Example
White with #C01F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F30; }
p { color: rgb(192,31,48); }
H1.HeaderClassName
{
color: #C01F30;
}
.AnyTagClassName
{
color: #C01F30;
}
</style>
background-color css
<style>
a { background-color: #C01F30; }
a { background-color: rgb(192,31,48); }
div.DivClassName
{
background-color: #C01F30;
}
.BgClassName
{
background-color: #C01F30;
}
</style>
border-color css
<style>
span { border-color: #C01F30; }
span { border-color: rgb(192,31,48); }
td.TdClassName
{
border-color: #C01F30;
}
.TagClassName
{
border-color: #C01F30;
}
</style>