Shades of Flame Pea #C55E4A
Tints of Flame Pea #C55E4A
RGB
CMYK
RGB Variations
Color information
#C55E4A (or 0xC55E4A) is known color: Flame Pea. HEX triplet: C5, 5E and 4A. RGB value is (197,94,74). Sum of RGB (Red+Green+Blue) = 197+94+74=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E4A is #3AA1B5. Grayscale: #7A7A7A. Windows color (decimal): -3842486 or 4873925. OLE color: 4873925.
HSL color Cylindrical-coordinate representation of color #C55E4A: hue angle of 9.76º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55E4A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 74 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.23 |
| HSL | 9.76º | 0.51% | 0.53% | - |
| HSV(B) | 9.76º | 0.62% | 0.77% | - |
| XYZ | 28.26 | 20.37 | 8.92 | - |
| YUV | 122.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 74 | 0 | 0.52 | 0.62 | 0.23 | 9.76 | 0.51 | 0.53 |
| Hex | C5 | 5E | 4A | 0 | 34 | 3E | 17 | A | 33 | 35 |
| Octal | 305 | 136 | 112 | 0 | 64 | 76 | 27 | 12 | 63 | 65 |
| Binary | 11000101 | 1011110 | 1001010 | 0 | 110100 | 111110 | 10111 | 1010 | 110011 | 110101 |
Color Harmonies of #C55E4A
Complementary color
Monochromatic Colors of #C55E4A
Black with #C55E4A
Text Example
Text Example
White with #C55E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E4A; }
p { color: rgb(197,94,74); }
H1.HeaderClassName
{
color: #C55E4A;
}
.AnyTagClassName
{
color: #C55E4A;
}
</style>
background-color css
<style>
a { background-color: #C55E4A; }
a { background-color: rgb(197,94,74); }
div.DivClassName
{
background-color: #C55E4A;
}
.BgClassName
{
background-color: #C55E4A;
}
</style>
border-color css
<style>
span { border-color: #C55E4A; }
span { border-color: rgb(197,94,74); }
td.TdClassName
{
border-color: #C55E4A;
}
.TagClassName
{
border-color: #C55E4A;
}
</style>