Shades of Cardinal #C90C3C
Tints of Cardinal #C90C3C
RGB
CMYK
RGB Variations
Color information
#C90C3C (or 0xC90C3C) is known color: Cardinal. HEX triplet: C9, 0C and 3C. RGB value is (201,12,60). Sum of RGB (Red+Green+Blue) = 201+12+60=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C3C is #36F3C3. Grayscale: #494949. Windows color (decimal): -3601348 or 3935433. OLE color: 3935433.
HSL color Cylindrical-coordinate representation of color #C90C3C: hue angle of 344.76º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C3C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 60 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.21 |
| HSL | 344.76º | 0.89% | 0.42% | - |
| HSV(B) | 344.76º | 0.94% | 0.79% | - |
| XYZ | 25.03 | 13.01 | 5.47 | - |
| YUV | 73.98 | 120.12 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 60 | 0 | 0.94 | 0.70 | 0.21 | 344.76 | 0.89 | 0.42 |
| Hex | C9 | C | 3C | 0 | 5E | 46 | 15 | 159 | 59 | 2A |
| Octal | 311 | 14 | 74 | 0 | 136 | 106 | 25 | 531 | 131 | 52 |
| Binary | 11001001 | 1100 | 111100 | 0 | 1011110 | 1000110 | 10101 | 101011001 | 1011001 | 101010 |
Color Harmonies of #C90C3C
Complementary color
Monochromatic Colors of #C90C3C
Black with #C90C3C
Text Example
Text Example
White with #C90C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C3C; }
p { color: rgb(201,12,60); }
H1.HeaderClassName
{
color: #C90C3C;
}
.AnyTagClassName
{
color: #C90C3C;
}
</style>
background-color css
<style>
a { background-color: #C90C3C; }
a { background-color: rgb(201,12,60); }
div.DivClassName
{
background-color: #C90C3C;
}
.BgClassName
{
background-color: #C90C3C;
}
</style>
border-color css
<style>
span { border-color: #C90C3C; }
span { border-color: rgb(201,12,60); }
td.TdClassName
{
border-color: #C90C3C;
}
.TagClassName
{
border-color: #C90C3C;
}
</style>