Shades of Cardinal #C92638
Tints of Cardinal #C92638
RGB
CMYK
RGB Variations
Color information
#C92638 (or 0xC92638) is known color: Cardinal. HEX triplet: C9, 26 and 38. RGB value is (201,38,56). Sum of RGB (Red+Green+Blue) = 201+38+56=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C92638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92638 is #36D9C7. Grayscale: #585858. Windows color (decimal): -3594696 or 3679945. OLE color: 3679945.
HSL color Cylindrical-coordinate representation of color #C92638: hue angle of 353.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92638 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 56 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.21 |
| HSL | 353.37º | 0.68% | 0.47% | - |
| HSV(B) | 353.37º | 0.81% | 0.79% | - |
| XYZ | 25.49 | 14.09 | 5.12 | - |
| YUV | 88.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 56 | 0 | 0.81 | 0.72 | 0.21 | 353.37 | 0.68 | 0.47 |
| Hex | C9 | 26 | 38 | 0 | 51 | 48 | 15 | 161 | 44 | 2F |
| Octal | 311 | 46 | 70 | 0 | 121 | 110 | 25 | 541 | 104 | 57 |
| Binary | 11001001 | 100110 | 111000 | 0 | 1010001 | 1001000 | 10101 | 101100001 | 1000100 | 101111 |
Color Harmonies of #C92638
Complementary color
Monochromatic Colors of #C92638
Black with #C92638
Text Example
Text Example
White with #C92638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92638; }
p { color: rgb(201,38,56); }
H1.HeaderClassName
{
color: #C92638;
}
.AnyTagClassName
{
color: #C92638;
}
</style>
background-color css
<style>
a { background-color: #C92638; }
a { background-color: rgb(201,38,56); }
div.DivClassName
{
background-color: #C92638;
}
.BgClassName
{
background-color: #C92638;
}
</style>
border-color css
<style>
span { border-color: #C92638; }
span { border-color: rgb(201,38,56); }
td.TdClassName
{
border-color: #C92638;
}
.TagClassName
{
border-color: #C92638;
}
</style>