Shades of Flame Pea #C25644
Tints of Flame Pea #C25644
RGB
CMYK
RGB Variations
Color information
#C25644 (or 0xC25644) is known color: Flame Pea. HEX triplet: C2, 56 and 44. RGB value is (194,86,68). Sum of RGB (Red+Green+Blue) = 194+86+68=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C25644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25644 is #3DA9BB. Grayscale: #747474. Windows color (decimal): -4041148 or 4478658. OLE color: 4478658.
HSL color Cylindrical-coordinate representation of color #C25644: hue angle of 8.57º 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 #C25644 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 68 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.24 |
| HSL | 8.57º | 0.51% | 0.51% | - |
| HSV(B) | 8.57º | 0.65% | 0.76% | - |
| XYZ | 26.62 | 18.54 | 7.64 | - |
| YUV | 116.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 68 | 0 | 0.56 | 0.65 | 0.24 | 8.57 | 0.51 | 0.51 |
| Hex | C2 | 56 | 44 | 0 | 38 | 41 | 18 | 9 | 33 | 33 |
| Octal | 302 | 126 | 104 | 0 | 70 | 101 | 30 | 11 | 63 | 63 |
| Binary | 11000010 | 1010110 | 1000100 | 0 | 111000 | 1000001 | 11000 | 1001 | 110011 | 110011 |
Color Harmonies of #C25644
Complementary color
Monochromatic Colors of #C25644
Black with #C25644
Text Example
Text Example
White with #C25644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25644; }
p { color: rgb(194,86,68); }
H1.HeaderClassName
{
color: #C25644;
}
.AnyTagClassName
{
color: #C25644;
}
</style>
background-color css
<style>
a { background-color: #C25644; }
a { background-color: rgb(194,86,68); }
div.DivClassName
{
background-color: #C25644;
}
.BgClassName
{
background-color: #C25644;
}
</style>
border-color css
<style>
span { border-color: #C25644; }
span { border-color: rgb(194,86,68); }
td.TdClassName
{
border-color: #C25644;
}
.TagClassName
{
border-color: #C25644;
}
</style>