Shades of Flame Pea #C25F4D
Tints of Flame Pea #C25F4D
RGB
CMYK
RGB Variations
Color information
#C25F4D (or 0xC25F4D) is known color: Flame Pea. HEX triplet: C2, 5F and 4D. RGB value is (194,95,77). Sum of RGB (Red+Green+Blue) = 194+95+77=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F4D is #3DA0B2. Grayscale: #7A7A7A. Windows color (decimal): -4038835 or 5070786. OLE color: 5070786.
HSL color Cylindrical-coordinate representation of color #C25F4D: hue angle of 9.23º 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 #C25F4D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 77 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.24 |
| HSL | 9.23º | 0.49% | 0.53% | - |
| HSV(B) | 9.23º | 0.6% | 0.76% | - |
| XYZ | 27.68 | 20.19 | 9.46 | - |
| YUV | 122.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 77 | 0 | 0.51 | 0.60 | 0.24 | 9.23 | 0.49 | 0.53 |
| Hex | C2 | 5F | 4D | 0 | 33 | 3C | 18 | 9 | 31 | 35 |
| Octal | 302 | 137 | 115 | 0 | 63 | 74 | 30 | 11 | 61 | 65 |
| Binary | 11000010 | 1011111 | 1001101 | 0 | 110011 | 111100 | 11000 | 1001 | 110001 | 110101 |
Color Harmonies of #C25F4D
Complementary color
Monochromatic Colors of #C25F4D
Black with #C25F4D
Text Example
Text Example
White with #C25F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F4D; }
p { color: rgb(194,95,77); }
H1.HeaderClassName
{
color: #C25F4D;
}
.AnyTagClassName
{
color: #C25F4D;
}
</style>
background-color css
<style>
a { background-color: #C25F4D; }
a { background-color: rgb(194,95,77); }
div.DivClassName
{
background-color: #C25F4D;
}
.BgClassName
{
background-color: #C25F4D;
}
</style>
border-color css
<style>
span { border-color: #C25F4D; }
span { border-color: rgb(194,95,77); }
td.TdClassName
{
border-color: #C25F4D;
}
.TagClassName
{
border-color: #C25F4D;
}
</style>