Shades of Flame Pea #C25945
Tints of Flame Pea #C25945
RGB
CMYK
RGB Variations
Color information
#C25945 (or 0xC25945) is known color: Flame Pea. HEX triplet: C2, 59 and 45. RGB value is (194,89,69). Sum of RGB (Red+Green+Blue) = 194+89+69=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C25945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25945 is #3DA6BA. Grayscale: #767676. Windows color (decimal): -4040379 or 4544962. OLE color: 4544962.
HSL color Cylindrical-coordinate representation of color #C25945: hue angle of 9.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25945 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 69 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.24 |
| HSL | 9.6º | 0.51% | 0.52% | - |
| HSV(B) | 9.6º | 0.64% | 0.76% | - |
| XYZ | 26.89 | 19.04 | 7.89 | - |
| YUV | 118.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 69 | 0 | 0.54 | 0.64 | 0.24 | 9.6 | 0.51 | 0.52 |
| Hex | C2 | 59 | 45 | 0 | 36 | 40 | 18 | A | 33 | 34 |
| Octal | 302 | 131 | 105 | 0 | 66 | 100 | 30 | 12 | 63 | 64 |
| Binary | 11000010 | 1011001 | 1000101 | 0 | 110110 | 1000000 | 11000 | 1010 | 110011 | 110100 |
Color Harmonies of #C25945
Complementary color
Monochromatic Colors of #C25945
Black with #C25945
Text Example
Text Example
White with #C25945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25945; }
p { color: rgb(194,89,69); }
H1.HeaderClassName
{
color: #C25945;
}
.AnyTagClassName
{
color: #C25945;
}
</style>
background-color css
<style>
a { background-color: #C25945; }
a { background-color: rgb(194,89,69); }
div.DivClassName
{
background-color: #C25945;
}
.BgClassName
{
background-color: #C25945;
}
</style>
border-color css
<style>
span { border-color: #C25945; }
span { border-color: rgb(194,89,69); }
td.TdClassName
{
border-color: #C25945;
}
.TagClassName
{
border-color: #C25945;
}
</style>