Shades of Cardinal #C0242A
Tints of Cardinal #C0242A
RGB
CMYK
RGB Variations
Color information
#C0242A (or 0xC0242A) is known color: Cardinal. HEX triplet: C0, 24 and 2A. RGB value is (192,36,42). Sum of RGB (Red+Green+Blue) = 192+36+42=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0242A is #3FDBD5. Grayscale: #535353. Windows color (decimal): -4185046 or 2761920. OLE color: 2761920.
HSL color Cylindrical-coordinate representation of color #C0242A: hue angle of 357.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0242A is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 42 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.25 |
| HSL | 357.69º | 0.68% | 0.45% | - |
| HSV(B) | 357.69º | 0.81% | 0.75% | - |
| XYZ | 22.79 | 12.64 | 3.43 | - |
| YUV | 83.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 42 | 0 | 0.81 | 0.78 | 0.25 | 357.69 | 0.68 | 0.45 |
| Hex | C0 | 24 | 2A | 0 | 51 | 4E | 19 | 166 | 44 | 2D |
| Octal | 300 | 44 | 52 | 0 | 121 | 116 | 31 | 546 | 104 | 55 |
| Binary | 11000000 | 100100 | 101010 | 0 | 1010001 | 1001110 | 11001 | 101100110 | 1000100 | 101101 |
Color Harmonies of #C0242A
Complementary color
Monochromatic Colors of #C0242A
Black with #C0242A
Text Example
Text Example
White with #C0242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0242A; }
p { color: rgb(192,36,42); }
H1.HeaderClassName
{
color: #C0242A;
}
.AnyTagClassName
{
color: #C0242A;
}
</style>
background-color css
<style>
a { background-color: #C0242A; }
a { background-color: rgb(192,36,42); }
div.DivClassName
{
background-color: #C0242A;
}
.BgClassName
{
background-color: #C0242A;
}
</style>
border-color css
<style>
span { border-color: #C0242A; }
span { border-color: rgb(192,36,42); }
td.TdClassName
{
border-color: #C0242A;
}
.TagClassName
{
border-color: #C0242A;
}
</style>