Shades of Flame Pea #C25C4D
Tints of Flame Pea #C25C4D
RGB
CMYK
RGB Variations
Color information
#C25C4D (or 0xC25C4D) is known color: Flame Pea. HEX triplet: C2, 5C and 4D. RGB value is (194,92,77). Sum of RGB (Red+Green+Blue) = 194+92+77=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C4D is #3DA3B2. Grayscale: #787878. Windows color (decimal): -4039603 or 5070018. OLE color: 5070018.
HSL color Cylindrical-coordinate representation of color #C25C4D: hue angle of 7.69º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25C4D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 77 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.24 |
| HSL | 7.69º | 0.49% | 0.53% | - |
| HSV(B) | 7.69º | 0.6% | 0.76% | - |
| XYZ | 27.41 | 19.66 | 9.37 | - |
| YUV | 120.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 77 | 0 | 0.53 | 0.60 | 0.24 | 7.69 | 0.49 | 0.53 |
| Hex | C2 | 5C | 4D | 0 | 35 | 3C | 18 | 8 | 31 | 35 |
| Octal | 302 | 134 | 115 | 0 | 65 | 74 | 30 | 10 | 61 | 65 |
| Binary | 11000010 | 1011100 | 1001101 | 0 | 110101 | 111100 | 11000 | 1000 | 110001 | 110101 |
Color Harmonies of #C25C4D
Complementary color
Monochromatic Colors of #C25C4D
Black with #C25C4D
Text Example
Text Example
White with #C25C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C4D; }
p { color: rgb(194,92,77); }
H1.HeaderClassName
{
color: #C25C4D;
}
.AnyTagClassName
{
color: #C25C4D;
}
</style>
background-color css
<style>
a { background-color: #C25C4D; }
a { background-color: rgb(194,92,77); }
div.DivClassName
{
background-color: #C25C4D;
}
.BgClassName
{
background-color: #C25C4D;
}
</style>
border-color css
<style>
span { border-color: #C25C4D; }
span { border-color: rgb(194,92,77); }
td.TdClassName
{
border-color: #C25C4D;
}
.TagClassName
{
border-color: #C25C4D;
}
</style>