Shades of Flame Pea #C25C44
Tints of Flame Pea #C25C44
RGB
CMYK
RGB Variations
Color information
#C25C44 (or 0xC25C44) is known color: Flame Pea. HEX triplet: C2, 5C and 44. RGB value is (194,92,68). Sum of RGB (Red+Green+Blue) = 194+92+68=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C44 is #3DA3BB. Grayscale: #777777. Windows color (decimal): -4039612 or 4480194. OLE color: 4480194.
HSL color Cylindrical-coordinate representation of color #C25C44: hue angle of 11.43º 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 #C25C44 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 68 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.24 |
| HSL | 11.43º | 0.51% | 0.51% | - |
| HSV(B) | 11.43º | 0.65% | 0.76% | - |
| XYZ | 27.12 | 19.54 | 7.81 | - |
| YUV | 119.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 68 | 0 | 0.53 | 0.65 | 0.24 | 11.43 | 0.51 | 0.51 |
| Hex | C2 | 5C | 44 | 0 | 35 | 41 | 18 | B | 33 | 33 |
| Octal | 302 | 134 | 104 | 0 | 65 | 101 | 30 | 13 | 63 | 63 |
| Binary | 11000010 | 1011100 | 1000100 | 0 | 110101 | 1000001 | 11000 | 1011 | 110011 | 110011 |
Color Harmonies of #C25C44
Complementary color
Monochromatic Colors of #C25C44
Black with #C25C44
Text Example
Text Example
White with #C25C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C44; }
p { color: rgb(194,92,68); }
H1.HeaderClassName
{
color: #C25C44;
}
.AnyTagClassName
{
color: #C25C44;
}
</style>
background-color css
<style>
a { background-color: #C25C44; }
a { background-color: rgb(194,92,68); }
div.DivClassName
{
background-color: #C25C44;
}
.BgClassName
{
background-color: #C25C44;
}
</style>
border-color css
<style>
span { border-color: #C25C44; }
span { border-color: rgb(194,92,68); }
td.TdClassName
{
border-color: #C25C44;
}
.TagClassName
{
border-color: #C25C44;
}
</style>