Shades of Flame Pea #C25640
Tints of Flame Pea #C25640
RGB
CMYK
RGB Variations
Color information
#C25640 (or 0xC25640) is known color: Flame Pea. HEX triplet: C2, 56 and 40. RGB value is (194,86,64). Sum of RGB (Red+Green+Blue) = 194+86+64=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C25640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25640 is #3DA9BF. Grayscale: #737373. Windows color (decimal): -4041152 or 4216514. OLE color: 4216514.
HSL color Cylindrical-coordinate representation of color #C25640: hue angle of 10.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C25640 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 64 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.24 |
| HSL | 10.15º | 0.52% | 0.51% | - |
| HSV(B) | 10.15º | 0.67% | 0.76% | - |
| XYZ | 26.5 | 18.5 | 7.02 | - |
| YUV | 115.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 64 | 0 | 0.56 | 0.67 | 0.24 | 10.15 | 0.52 | 0.51 |
| Hex | C2 | 56 | 40 | 0 | 38 | 43 | 18 | A | 34 | 33 |
| Octal | 302 | 126 | 100 | 0 | 70 | 103 | 30 | 12 | 64 | 63 |
| Binary | 11000010 | 1010110 | 1000000 | 0 | 111000 | 1000011 | 11000 | 1010 | 110100 | 110011 |
Color Harmonies of #C25640
Complementary color
Monochromatic Colors of #C25640
Black with #C25640
Text Example
Text Example
White with #C25640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25640; }
p { color: rgb(194,86,64); }
H1.HeaderClassName
{
color: #C25640;
}
.AnyTagClassName
{
color: #C25640;
}
</style>
background-color css
<style>
a { background-color: #C25640; }
a { background-color: rgb(194,86,64); }
div.DivClassName
{
background-color: #C25640;
}
.BgClassName
{
background-color: #C25640;
}
</style>
border-color css
<style>
span { border-color: #C25640; }
span { border-color: rgb(194,86,64); }
td.TdClassName
{
border-color: #C25640;
}
.TagClassName
{
border-color: #C25640;
}
</style>