Shades of Cardinal #C01C2F
Tints of Cardinal #C01C2F
RGB
CMYK
RGB Variations
Color information
#C01C2F (or 0xC01C2F) is known color: Cardinal. HEX triplet: C0, 1C and 2F. RGB value is (192,28,47). Sum of RGB (Red+Green+Blue) = 192+28+47=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C2F is #3FE3D0. Grayscale: #4F4F4F. Windows color (decimal): -4187089 or 3087552. OLE color: 3087552.
HSL color Cylindrical-coordinate representation of color #C01C2F: hue angle of 353.05º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C2F is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 47 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.25 |
| HSL | 353.05º | 0.75% | 0.43% | - |
| HSV(B) | 353.05º | 0.85% | 0.75% | - |
| XYZ | 22.67 | 12.24 | 3.86 | - |
| YUV | 79.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 47 | 0 | 0.85 | 0.76 | 0.25 | 353.05 | 0.75 | 0.43 |
| Hex | C0 | 1C | 2F | 0 | 55 | 4C | 19 | 161 | 4B | 2B |
| Octal | 300 | 34 | 57 | 0 | 125 | 114 | 31 | 541 | 113 | 53 |
| Binary | 11000000 | 11100 | 101111 | 0 | 1010101 | 1001100 | 11001 | 101100001 | 1001011 | 101011 |
Color Harmonies of #C01C2F
Complementary color
Monochromatic Colors of #C01C2F
Black with #C01C2F
Text Example
Text Example
White with #C01C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01C2F; }
p { color: rgb(192,28,47); }
H1.HeaderClassName
{
color: #C01C2F;
}
.AnyTagClassName
{
color: #C01C2F;
}
</style>
background-color css
<style>
a { background-color: #C01C2F; }
a { background-color: rgb(192,28,47); }
div.DivClassName
{
background-color: #C01C2F;
}
.BgClassName
{
background-color: #C01C2F;
}
</style>
border-color css
<style>
span { border-color: #C01C2F; }
span { border-color: rgb(192,28,47); }
td.TdClassName
{
border-color: #C01C2F;
}
.TagClassName
{
border-color: #C01C2F;
}
</style>