Shades of Cardinal #C01B2F
Tints of Cardinal #C01B2F
RGB
CMYK
RGB Variations
Color information
#C01B2F (or 0xC01B2F) is known color: Cardinal. HEX triplet: C0, 1B and 2F. RGB value is (192,27,47). Sum of RGB (Red+Green+Blue) = 192+27+47=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01B2F is #3FE4D0. Grayscale: #4E4E4E. Windows color (decimal): -4187345 or 3087296. OLE color: 3087296.
HSL color Cylindrical-coordinate representation of color #C01B2F: hue angle of 352.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01B2F is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 47 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.25 |
| HSL | 352.73º | 0.75% | 0.43% | - |
| HSV(B) | 352.73º | 0.86% | 0.75% | - |
| XYZ | 22.64 | 12.2 | 3.85 | - |
| YUV | 78.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 47 | 0 | 0.86 | 0.76 | 0.25 | 352.73 | 0.75 | 0.43 |
| Hex | C0 | 1B | 2F | 0 | 56 | 4C | 19 | 161 | 4B | 2B |
| Octal | 300 | 33 | 57 | 0 | 126 | 114 | 31 | 541 | 113 | 53 |
| Binary | 11000000 | 11011 | 101111 | 0 | 1010110 | 1001100 | 11001 | 101100001 | 1001011 | 101011 |
Color Harmonies of #C01B2F
Complementary color
Monochromatic Colors of #C01B2F
Black with #C01B2F
Text Example
Text Example
White with #C01B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B2F; }
p { color: rgb(192,27,47); }
H1.HeaderClassName
{
color: #C01B2F;
}
.AnyTagClassName
{
color: #C01B2F;
}
</style>
background-color css
<style>
a { background-color: #C01B2F; }
a { background-color: rgb(192,27,47); }
div.DivClassName
{
background-color: #C01B2F;
}
.BgClassName
{
background-color: #C01B2F;
}
</style>
border-color css
<style>
span { border-color: #C01B2F; }
span { border-color: rgb(192,27,47); }
td.TdClassName
{
border-color: #C01B2F;
}
.TagClassName
{
border-color: #C01B2F;
}
</style>