Shades of Cardinal #C90730
Tints of Cardinal #C90730
RGB
CMYK
RGB Variations
Color information
#C90730 (or 0xC90730) is known color: Cardinal. HEX triplet: C9, 07 and 30. RGB value is (201,7,48). Sum of RGB (Red+Green+Blue) = 201+7+48=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C90730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90730 is #36F8CF. Grayscale: #454545. Windows color (decimal): -3602640 or 3147721. OLE color: 3147721.
HSL color Cylindrical-coordinate representation of color #C90730: hue angle of 347.32º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90730 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 48 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.21 |
| HSL | 347.32º | 0.93% | 0.41% | - |
| HSV(B) | 347.32º | 0.97% | 0.79% | - |
| XYZ | 24.7 | 12.78 | 3.96 | - |
| YUV | 69.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 48 | 0 | 0.97 | 0.76 | 0.21 | 347.32 | 0.93 | 0.41 |
| Hex | C9 | 7 | 30 | 0 | 61 | 4C | 15 | 15B | 5D | 29 |
| Octal | 311 | 7 | 60 | 0 | 141 | 114 | 25 | 533 | 135 | 51 |
| Binary | 11001001 | 111 | 110000 | 0 | 1100001 | 1001100 | 10101 | 101011011 | 1011101 | 101001 |
Color Harmonies of #C90730
Complementary color
Monochromatic Colors of #C90730
Black with #C90730
Text Example
Text Example
White with #C90730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90730; }
p { color: rgb(201,7,48); }
H1.HeaderClassName
{
color: #C90730;
}
.AnyTagClassName
{
color: #C90730;
}
</style>
background-color css
<style>
a { background-color: #C90730; }
a { background-color: rgb(201,7,48); }
div.DivClassName
{
background-color: #C90730;
}
.BgClassName
{
background-color: #C90730;
}
</style>
border-color css
<style>
span { border-color: #C90730; }
span { border-color: rgb(201,7,48); }
td.TdClassName
{
border-color: #C90730;
}
.TagClassName
{
border-color: #C90730;
}
</style>