Shades of Flame Pea #C25D46
Tints of Flame Pea #C25D46
RGB
CMYK
RGB Variations
Color information
#C25D46 (or 0xC25D46) is known color: Flame Pea. HEX triplet: C2, 5D and 46. RGB value is (194,93,70). Sum of RGB (Red+Green+Blue) = 194+93+70=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D46 is #3DA2B9. Grayscale: #787878. Windows color (decimal): -4039354 or 4611522. OLE color: 4611522.
HSL color Cylindrical-coordinate representation of color #C25D46: hue angle of 11.13º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25D46 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 70 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.24 |
| HSL | 11.13º | 0.5% | 0.52% | - |
| HSV(B) | 11.13º | 0.64% | 0.76% | - |
| XYZ | 27.27 | 19.74 | 8.17 | - |
| YUV | 120.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 70 | 0 | 0.52 | 0.64 | 0.24 | 11.13 | 0.5 | 0.52 |
| Hex | C2 | 5D | 46 | 0 | 34 | 40 | 18 | B | 32 | 34 |
| Octal | 302 | 135 | 106 | 0 | 64 | 100 | 30 | 13 | 62 | 64 |
| Binary | 11000010 | 1011101 | 1000110 | 0 | 110100 | 1000000 | 11000 | 1011 | 110010 | 110100 |
Color Harmonies of #C25D46
Complementary color
Monochromatic Colors of #C25D46
Black with #C25D46
Text Example
Text Example
White with #C25D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D46; }
p { color: rgb(194,93,70); }
H1.HeaderClassName
{
color: #C25D46;
}
.AnyTagClassName
{
color: #C25D46;
}
</style>
background-color css
<style>
a { background-color: #C25D46; }
a { background-color: rgb(194,93,70); }
div.DivClassName
{
background-color: #C25D46;
}
.BgClassName
{
background-color: #C25D46;
}
</style>
border-color css
<style>
span { border-color: #C25D46; }
span { border-color: rgb(194,93,70); }
td.TdClassName
{
border-color: #C25D46;
}
.TagClassName
{
border-color: #C25D46;
}
</style>