Shades of Cardinal #C90F2F
Tints of Cardinal #C90F2F
RGB
CMYK
RGB Variations
Color information
#C90F2F (or 0xC90F2F) is known color: Cardinal. HEX triplet: C9, 0F and 2F. RGB value is (201,15,47). Sum of RGB (Red+Green+Blue) = 201+15+47=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F2F is #36F0D0. Grayscale: #4A4A4A. Windows color (decimal): -3600593 or 3084233. OLE color: 3084233.
HSL color Cylindrical-coordinate representation of color #C90F2F: hue angle of 349.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F2F is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 47 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.21 |
| HSL | 349.68º | 0.86% | 0.42% | - |
| HSV(B) | 349.68º | 0.93% | 0.79% | - |
| XYZ | 24.77 | 12.96 | 3.89 | - |
| YUV | 74.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 47 | 0 | 0.93 | 0.77 | 0.21 | 349.68 | 0.86 | 0.42 |
| Hex | C9 | F | 2F | 0 | 5D | 4D | 15 | 15E | 56 | 2A |
| Octal | 311 | 17 | 57 | 0 | 135 | 115 | 25 | 536 | 126 | 52 |
| Binary | 11001001 | 1111 | 101111 | 0 | 1011101 | 1001101 | 10101 | 101011110 | 1010110 | 101010 |
Color Harmonies of #C90F2F
Complementary color
Monochromatic Colors of #C90F2F
Black with #C90F2F
Text Example
Text Example
White with #C90F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F2F; }
p { color: rgb(201,15,47); }
H1.HeaderClassName
{
color: #C90F2F;
}
.AnyTagClassName
{
color: #C90F2F;
}
</style>
background-color css
<style>
a { background-color: #C90F2F; }
a { background-color: rgb(201,15,47); }
div.DivClassName
{
background-color: #C90F2F;
}
.BgClassName
{
background-color: #C90F2F;
}
</style>
border-color css
<style>
span { border-color: #C90F2F; }
span { border-color: rgb(201,15,47); }
td.TdClassName
{
border-color: #C90F2F;
}
.TagClassName
{
border-color: #C90F2F;
}
</style>