Shades of Flame Pea #C25D45
Tints of Flame Pea #C25D45
RGB
CMYK
RGB Variations
Color information
#C25D45 (or 0xC25D45) is known color: Flame Pea. HEX triplet: C2, 5D and 45. RGB value is (194,93,69). Sum of RGB (Red+Green+Blue) = 194+93+69=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D45 is #3DA2BA. Grayscale: #787878. Windows color (decimal): -4039355 or 4545986. OLE color: 4545986.
HSL color Cylindrical-coordinate representation of color #C25D45: hue angle of 11.52º degrees, saturation: 0.51, 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 #C25D45 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 69 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.24 |
| HSL | 11.52º | 0.51% | 0.52% | - |
| HSV(B) | 11.52º | 0.64% | 0.76% | - |
| XYZ | 27.24 | 19.73 | 8 | - |
| YUV | 120.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 69 | 0 | 0.52 | 0.64 | 0.24 | 11.52 | 0.51 | 0.52 |
| Hex | C2 | 5D | 45 | 0 | 34 | 40 | 18 | C | 33 | 34 |
| Octal | 302 | 135 | 105 | 0 | 64 | 100 | 30 | 14 | 63 | 64 |
| Binary | 11000010 | 1011101 | 1000101 | 0 | 110100 | 1000000 | 11000 | 1100 | 110011 | 110100 |
Color Harmonies of #C25D45
Complementary color
Monochromatic Colors of #C25D45
Black with #C25D45
Text Example
Text Example
White with #C25D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D45; }
p { color: rgb(194,93,69); }
H1.HeaderClassName
{
color: #C25D45;
}
.AnyTagClassName
{
color: #C25D45;
}
</style>
background-color css
<style>
a { background-color: #C25D45; }
a { background-color: rgb(194,93,69); }
div.DivClassName
{
background-color: #C25D45;
}
.BgClassName
{
background-color: #C25D45;
}
</style>
border-color css
<style>
span { border-color: #C25D45; }
span { border-color: rgb(194,93,69); }
td.TdClassName
{
border-color: #C25D45;
}
.TagClassName
{
border-color: #C25D45;
}
</style>