Shades of Cardinal #C6133F
Tints of Cardinal #C6133F
RGB
CMYK
RGB Variations
Color information
#C6133F (or 0xC6133F) is known color: Cardinal. HEX triplet: C6, 13 and 3F. RGB value is (198,19,63). Sum of RGB (Red+Green+Blue) = 198+19+63=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6133F is #39ECC0. Grayscale: #4D4D4D. Windows color (decimal): -3796161 or 4133830. OLE color: 4133830.
HSL color Cylindrical-coordinate representation of color #C6133F: hue angle of 345.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6133F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.22 |
| HSL | 345.25º | 0.82% | 0.43% | - |
| HSV(B) | 345.25º | 0.9% | 0.78% | - |
| XYZ | 24.42 | 12.83 | 5.89 | - |
| YUV | 77.54 | 119.8 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 63 | 0 | 0.90 | 0.68 | 0.22 | 345.25 | 0.82 | 0.43 |
| Hex | C6 | 13 | 3F | 0 | 5A | 44 | 16 | 159 | 52 | 2B |
| Octal | 306 | 23 | 77 | 0 | 132 | 104 | 26 | 531 | 122 | 53 |
| Binary | 11000110 | 10011 | 111111 | 0 | 1011010 | 1000100 | 10110 | 101011001 | 1010010 | 101011 |
Color Harmonies of #C6133F
Complementary color
Monochromatic Colors of #C6133F
Black with #C6133F
Text Example
Text Example
White with #C6133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6133F; }
p { color: rgb(198,19,63); }
H1.HeaderClassName
{
color: #C6133F;
}
.AnyTagClassName
{
color: #C6133F;
}
</style>
background-color css
<style>
a { background-color: #C6133F; }
a { background-color: rgb(198,19,63); }
div.DivClassName
{
background-color: #C6133F;
}
.BgClassName
{
background-color: #C6133F;
}
</style>
border-color css
<style>
span { border-color: #C6133F; }
span { border-color: rgb(198,19,63); }
td.TdClassName
{
border-color: #C6133F;
}
.TagClassName
{
border-color: #C6133F;
}
</style>