Shades of Flame Pea #C25841
Tints of Flame Pea #C25841
RGB
CMYK
RGB Variations
Color information
#C25841 (or 0xC25841) is known color: Flame Pea. HEX triplet: C2, 58 and 41. RGB value is (194,88,65). Sum of RGB (Red+Green+Blue) = 194+88+65=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C25841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25841 is #3DA7BE. Grayscale: #757575. Windows color (decimal): -4040639 or 4282562. OLE color: 4282562.
HSL color Cylindrical-coordinate representation of color #C25841: hue angle of 10.7º 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 #C25841 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 65 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.24 |
| HSL | 10.7º | 0.51% | 0.51% | - |
| HSV(B) | 10.7º | 0.66% | 0.76% | - |
| XYZ | 26.69 | 18.83 | 7.23 | - |
| YUV | 117.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 65 | 0 | 0.55 | 0.66 | 0.24 | 10.7 | 0.51 | 0.51 |
| Hex | C2 | 58 | 41 | 0 | 37 | 42 | 18 | B | 33 | 33 |
| Octal | 302 | 130 | 101 | 0 | 67 | 102 | 30 | 13 | 63 | 63 |
| Binary | 11000010 | 1011000 | 1000001 | 0 | 110111 | 1000010 | 11000 | 1011 | 110011 | 110011 |
Color Harmonies of #C25841
Complementary color
Monochromatic Colors of #C25841
Black with #C25841
Text Example
Text Example
White with #C25841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25841; }
p { color: rgb(194,88,65); }
H1.HeaderClassName
{
color: #C25841;
}
.AnyTagClassName
{
color: #C25841;
}
</style>
background-color css
<style>
a { background-color: #C25841; }
a { background-color: rgb(194,88,65); }
div.DivClassName
{
background-color: #C25841;
}
.BgClassName
{
background-color: #C25841;
}
</style>
border-color css
<style>
span { border-color: #C25841; }
span { border-color: rgb(194,88,65); }
td.TdClassName
{
border-color: #C25841;
}
.TagClassName
{
border-color: #C25841;
}
</style>