Shades of Flame Pea #C25949
Tints of Flame Pea #C25949
RGB
CMYK
RGB Variations
Color information
#C25949 (or 0xC25949) is known color: Flame Pea. HEX triplet: C2, 59 and 49. RGB value is (194,89,73). Sum of RGB (Red+Green+Blue) = 194+89+73=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C25949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25949 is #3DA6B6. Grayscale: #767676. Windows color (decimal): -4040375 or 4807106. OLE color: 4807106.
HSL color Cylindrical-coordinate representation of color #C25949: hue angle of 7.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25949 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 73 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.24 |
| HSL | 7.93º | 0.5% | 0.52% | - |
| HSV(B) | 7.93º | 0.62% | 0.76% | - |
| XYZ | 27.02 | 19.1 | 8.56 | - |
| YUV | 118.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 73 | 0 | 0.54 | 0.62 | 0.24 | 7.93 | 0.5 | 0.52 |
| Hex | C2 | 59 | 49 | 0 | 36 | 3E | 18 | 8 | 32 | 34 |
| Octal | 302 | 131 | 111 | 0 | 66 | 76 | 30 | 10 | 62 | 64 |
| Binary | 11000010 | 1011001 | 1001001 | 0 | 110110 | 111110 | 11000 | 1000 | 110010 | 110100 |
Color Harmonies of #C25949
Complementary color
Monochromatic Colors of #C25949
Black with #C25949
Text Example
Text Example
White with #C25949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25949; }
p { color: rgb(194,89,73); }
H1.HeaderClassName
{
color: #C25949;
}
.AnyTagClassName
{
color: #C25949;
}
</style>
background-color css
<style>
a { background-color: #C25949; }
a { background-color: rgb(194,89,73); }
div.DivClassName
{
background-color: #C25949;
}
.BgClassName
{
background-color: #C25949;
}
</style>
border-color css
<style>
span { border-color: #C25949; }
span { border-color: rgb(194,89,73); }
td.TdClassName
{
border-color: #C25949;
}
.TagClassName
{
border-color: #C25949;
}
</style>