Shades of Cardinal #C0242F
Tints of Cardinal #C0242F
RGB
CMYK
RGB Variations
Color information
#C0242F (or 0xC0242F) is known color: Cardinal. HEX triplet: C0, 24 and 2F. RGB value is (192,36,47). Sum of RGB (Red+Green+Blue) = 192+36+47=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0242F is #3FDBD0. Grayscale: #545454. Windows color (decimal): -4185041 or 3089600. OLE color: 3089600.
HSL color Cylindrical-coordinate representation of color #C0242F: hue angle of 355.77º 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 #C0242F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 47 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.25 |
| HSL | 355.77º | 0.68% | 0.45% | - |
| HSV(B) | 355.77º | 0.81% | 0.75% | - |
| XYZ | 22.88 | 12.67 | 3.93 | - |
| YUV | 83.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 47 | 0 | 0.81 | 0.76 | 0.25 | 355.77 | 0.68 | 0.45 |
| Hex | C0 | 24 | 2F | 0 | 51 | 4C | 19 | 164 | 44 | 2D |
| Octal | 300 | 44 | 57 | 0 | 121 | 114 | 31 | 544 | 104 | 55 |
| Binary | 11000000 | 100100 | 101111 | 0 | 1010001 | 1001100 | 11001 | 101100100 | 1000100 | 101101 |
Color Harmonies of #C0242F
Complementary color
Monochromatic Colors of #C0242F
Black with #C0242F
Text Example
Text Example
White with #C0242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0242F; }
p { color: rgb(192,36,47); }
H1.HeaderClassName
{
color: #C0242F;
}
.AnyTagClassName
{
color: #C0242F;
}
</style>
background-color css
<style>
a { background-color: #C0242F; }
a { background-color: rgb(192,36,47); }
div.DivClassName
{
background-color: #C0242F;
}
.BgClassName
{
background-color: #C0242F;
}
</style>
border-color css
<style>
span { border-color: #C0242F; }
span { border-color: rgb(192,36,47); }
td.TdClassName
{
border-color: #C0242F;
}
.TagClassName
{
border-color: #C0242F;
}
</style>