Shades of Flame Pea #C25942
Tints of Flame Pea #C25942
RGB
CMYK
RGB Variations
Color information
#C25942 (or 0xC25942) is known color: Flame Pea. HEX triplet: C2, 59 and 42. RGB value is (194,89,66). Sum of RGB (Red+Green+Blue) = 194+89+66=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C25942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25942 is #3DA6BD. Grayscale: #757575. Windows color (decimal): -4040382 or 4348354. OLE color: 4348354.
HSL color Cylindrical-coordinate representation of color #C25942: hue angle of 10.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C25942 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 66 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.24 |
| HSL | 10.78º | 0.51% | 0.51% | - |
| HSV(B) | 10.78º | 0.66% | 0.76% | - |
| XYZ | 26.8 | 19.01 | 7.41 | - |
| YUV | 117.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 66 | 0 | 0.54 | 0.66 | 0.24 | 10.78 | 0.51 | 0.51 |
| Hex | C2 | 59 | 42 | 0 | 36 | 42 | 18 | B | 33 | 33 |
| Octal | 302 | 131 | 102 | 0 | 66 | 102 | 30 | 13 | 63 | 63 |
| Binary | 11000010 | 1011001 | 1000010 | 0 | 110110 | 1000010 | 11000 | 1011 | 110011 | 110011 |
Color Harmonies of #C25942
Complementary color
Monochromatic Colors of #C25942
Black with #C25942
Text Example
Text Example
White with #C25942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25942; }
p { color: rgb(194,89,66); }
H1.HeaderClassName
{
color: #C25942;
}
.AnyTagClassName
{
color: #C25942;
}
</style>
background-color css
<style>
a { background-color: #C25942; }
a { background-color: rgb(194,89,66); }
div.DivClassName
{
background-color: #C25942;
}
.BgClassName
{
background-color: #C25942;
}
</style>
border-color css
<style>
span { border-color: #C25942; }
span { border-color: rgb(194,89,66); }
td.TdClassName
{
border-color: #C25942;
}
.TagClassName
{
border-color: #C25942;
}
</style>