Shades of Royal Heath #C24371
Tints of Royal Heath #C24371
RGB
CMYK
RGB Variations
Color information
#C24371 (or 0xC24371) is known color: Royal Heath. HEX triplet: C2, 43 and 71. RGB value is (194,67,113). Sum of RGB (Red+Green+Blue) = 194+67+113=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C24371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24371 is #3DBC8E. Grayscale: #6E6E6E. Windows color (decimal): -4045967 or 7422914. OLE color: 7422914.
HSL color Cylindrical-coordinate representation of color #C24371: hue angle of 338.27º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24371 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 113 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.24 |
| HSL | 338.27º | 0.51% | 0.51% | - |
| HSV(B) | 338.27º | 0.65% | 0.76% | - |
| XYZ | 27.24 | 16.68 | 17.41 | - |
| YUV | 110.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 113 | 0 | 0.65 | 0.42 | 0.24 | 338.27 | 0.51 | 0.51 |
| Hex | C2 | 43 | 71 | 0 | 41 | 2A | 18 | 152 | 33 | 33 |
| Octal | 302 | 103 | 161 | 0 | 101 | 52 | 30 | 522 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1110001 | 0 | 1000001 | 101010 | 11000 | 101010010 | 110011 | 110011 |
Color Harmonies of #C24371
Complementary color
Monochromatic Colors of #C24371
Black with #C24371
Text Example
Text Example
White with #C24371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24371; }
p { color: rgb(194,67,113); }
H1.HeaderClassName
{
color: #C24371;
}
.AnyTagClassName
{
color: #C24371;
}
</style>
background-color css
<style>
a { background-color: #C24371; }
a { background-color: rgb(194,67,113); }
div.DivClassName
{
background-color: #C24371;
}
.BgClassName
{
background-color: #C24371;
}
</style>
border-color css
<style>
span { border-color: #C24371; }
span { border-color: rgb(194,67,113); }
td.TdClassName
{
border-color: #C24371;
}
.TagClassName
{
border-color: #C24371;
}
</style>