Shades of Cardinal #C0242B
Tints of Cardinal #C0242B
RGB
CMYK
RGB Variations
Color information
#C0242B (or 0xC0242B) is known color: Cardinal. HEX triplet: C0, 24 and 2B. RGB value is (192,36,43). Sum of RGB (Red+Green+Blue) = 192+36+43=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0242B is #3FDBD4. Grayscale: #535353. Windows color (decimal): -4185045 or 2827456. OLE color: 2827456.
HSL color Cylindrical-coordinate representation of color #C0242B: hue angle of 357.31º 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 #C0242B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 36 | 43 | - |
CMYK | 0 | 0.81 | 0.78 | 0.25 |
HSL | 357.31º | 0.68% | 0.45% | - |
HSV(B) | 357.31º | 0.81% | 0.75% | - |
XYZ | 22.81 | 12.64 | 3.52 | - |
YUV | 83.44 | 105.18 | 205.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 36 | 43 | 0 | 0.81 | 0.78 | 0.25 | 357.31 | 0.68 | 0.45 |
Hex | C0 | 24 | 2B | 0 | 51 | 4E | 19 | 165 | 44 | 2D |
Octal | 300 | 44 | 53 | 0 | 121 | 116 | 31 | 545 | 104 | 55 |
Binary | 11000000 | 100100 | 101011 | 0 | 1010001 | 1001110 | 11001 | 101100101 | 1000100 | 101101 |
Color Harmonies of #C0242B
Complementary color
Monochromatic Colors of #C0242B
Black with #C0242B
Text Example
Text Example
White with #C0242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0242B; }
p { color: rgb(192,36,43); }
H1.HeaderClassName
{
color: #C0242B;
}
.AnyTagClassName
{
color: #C0242B;
}
</style>
background-color css
<style>
a { background-color: #C0242B; }
a { background-color: rgb(192,36,43); }
div.DivClassName
{
background-color: #C0242B;
}
.BgClassName
{
background-color: #C0242B;
}
</style>
border-color css
<style>
span { border-color: #C0242B; }
span { border-color: rgb(192,36,43); }
td.TdClassName
{
border-color: #C0242B;
}
.TagClassName
{
border-color: #C0242B;
}
</style>