Shades of Flame Pea #C25A42
Tints of Flame Pea #C25A42
RGB
CMYK
RGB Variations
Color information
#C25A42 (or 0xC25A42) is known color: Flame Pea. HEX triplet: C2, 5A and 42. RGB value is (194,90,66). Sum of RGB (Red+Green+Blue) = 194+90+66=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A42 is #3DA5BD. Grayscale: #767676. Windows color (decimal): -4040126 or 4348610. OLE color: 4348610.
HSL color Cylindrical-coordinate representation of color #C25A42: hue angle of 11.25º 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 #C25A42 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 66 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.24 |
| HSL | 11.25º | 0.51% | 0.51% | - |
| HSV(B) | 11.25º | 0.66% | 0.76% | - |
| XYZ | 26.89 | 19.18 | 7.44 | - |
| YUV | 118.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 66 | 0 | 0.54 | 0.66 | 0.24 | 11.25 | 0.51 | 0.51 |
| Hex | C2 | 5A | 42 | 0 | 36 | 42 | 18 | B | 33 | 33 |
| Octal | 302 | 132 | 102 | 0 | 66 | 102 | 30 | 13 | 63 | 63 |
| Binary | 11000010 | 1011010 | 1000010 | 0 | 110110 | 1000010 | 11000 | 1011 | 110011 | 110011 |
Color Harmonies of #C25A42
Complementary color
Monochromatic Colors of #C25A42
Black with #C25A42
Text Example
Text Example
White with #C25A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A42; }
p { color: rgb(194,90,66); }
H1.HeaderClassName
{
color: #C25A42;
}
.AnyTagClassName
{
color: #C25A42;
}
</style>
background-color css
<style>
a { background-color: #C25A42; }
a { background-color: rgb(194,90,66); }
div.DivClassName
{
background-color: #C25A42;
}
.BgClassName
{
background-color: #C25A42;
}
</style>
border-color css
<style>
span { border-color: #C25A42; }
span { border-color: rgb(194,90,66); }
td.TdClassName
{
border-color: #C25A42;
}
.TagClassName
{
border-color: #C25A42;
}
</style>