Shades of Cardinal #C61B33
Tints of Cardinal #C61B33
RGB
CMYK
RGB Variations
Color information
#C61B33 (or 0xC61B33) is known color: Cardinal. HEX triplet: C6, 1B and 33. RGB value is (198,27,51). Sum of RGB (Red+Green+Blue) = 198+27+51=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B33 is #39E4CC. Grayscale: #505050. Windows color (decimal): -3794125 or 3349446. OLE color: 3349446.
HSL color Cylindrical-coordinate representation of color #C61B33: hue angle of 351.58º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B33 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 51 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.22 |
| HSL | 351.58º | 0.76% | 0.44% | - |
| HSV(B) | 351.58º | 0.86% | 0.78% | - |
| XYZ | 24.28 | 13.03 | 4.37 | - |
| YUV | 80.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 51 | 0 | 0.86 | 0.74 | 0.22 | 351.58 | 0.76 | 0.44 |
| Hex | C6 | 1B | 33 | 0 | 56 | 4A | 16 | 160 | 4C | 2C |
| Octal | 306 | 33 | 63 | 0 | 126 | 112 | 26 | 540 | 114 | 54 |
| Binary | 11000110 | 11011 | 110011 | 0 | 1010110 | 1001010 | 10110 | 101100000 | 1001100 | 101100 |
Color Harmonies of #C61B33
Complementary color
Monochromatic Colors of #C61B33
Black with #C61B33
Text Example
Text Example
White with #C61B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B33; }
p { color: rgb(198,27,51); }
H1.HeaderClassName
{
color: #C61B33;
}
.AnyTagClassName
{
color: #C61B33;
}
</style>
background-color css
<style>
a { background-color: #C61B33; }
a { background-color: rgb(198,27,51); }
div.DivClassName
{
background-color: #C61B33;
}
.BgClassName
{
background-color: #C61B33;
}
</style>
border-color css
<style>
span { border-color: #C61B33; }
span { border-color: rgb(198,27,51); }
td.TdClassName
{
border-color: #C61B33;
}
.TagClassName
{
border-color: #C61B33;
}
</style>