Shades of Flame Pea #C25E4A
Tints of Flame Pea #C25E4A
RGB
CMYK
RGB Variations
Color information
#C25E4A (or 0xC25E4A) is known color: Flame Pea. HEX triplet: C2, 5E and 4A. RGB value is (194,94,74). Sum of RGB (Red+Green+Blue) = 194+94+74=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E4A is #3DA1B5. Grayscale: #797979. Windows color (decimal): -4039094 or 4873922. OLE color: 4873922.
HSL color Cylindrical-coordinate representation of color #C25E4A: hue angle of 10º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25E4A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 74 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.24 |
| HSL | 10º | 0.5% | 0.53% | - |
| HSV(B) | 10º | 0.62% | 0.76% | - |
| XYZ | 27.49 | 19.97 | 8.88 | - |
| YUV | 121.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 74 | 0 | 0.52 | 0.62 | 0.24 | 10 | 0.5 | 0.53 |
| Hex | C2 | 5E | 4A | 0 | 34 | 3E | 18 | A | 32 | 35 |
| Octal | 302 | 136 | 112 | 0 | 64 | 76 | 30 | 12 | 62 | 65 |
| Binary | 11000010 | 1011110 | 1001010 | 0 | 110100 | 111110 | 11000 | 1010 | 110010 | 110101 |
Color Harmonies of #C25E4A
Complementary color
Monochromatic Colors of #C25E4A
Black with #C25E4A
Text Example
Text Example
White with #C25E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E4A; }
p { color: rgb(194,94,74); }
H1.HeaderClassName
{
color: #C25E4A;
}
.AnyTagClassName
{
color: #C25E4A;
}
</style>
background-color css
<style>
a { background-color: #C25E4A; }
a { background-color: rgb(194,94,74); }
div.DivClassName
{
background-color: #C25E4A;
}
.BgClassName
{
background-color: #C25E4A;
}
</style>
border-color css
<style>
span { border-color: #C25E4A; }
span { border-color: rgb(194,94,74); }
td.TdClassName
{
border-color: #C25E4A;
}
.TagClassName
{
border-color: #C25E4A;
}
</style>