Shades of Flame Pea #C2573E
Tints of Flame Pea #C2573E
RGB
CMYK
RGB Variations
Color information
#C2573E (or 0xC2573E) is known color: Flame Pea. HEX triplet: C2, 57 and 3E. RGB value is (194,87,62). Sum of RGB (Red+Green+Blue) = 194+87+62=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2573E is #3DA8C1. Grayscale: #747474. Windows color (decimal): -4040898 or 4085698. OLE color: 4085698.
HSL color Cylindrical-coordinate representation of color #C2573E: hue angle of 11.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2573E is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 62 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.24 |
| HSL | 11.36º | 0.52% | 0.5% | - |
| HSV(B) | 11.36º | 0.68% | 0.76% | - |
| XYZ | 26.53 | 18.63 | 6.76 | - |
| YUV | 116.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 62 | 0 | 0.55 | 0.68 | 0.24 | 11.36 | 0.52 | 0.5 |
| Hex | C2 | 57 | 3E | 0 | 37 | 44 | 18 | B | 34 | 32 |
| Octal | 302 | 127 | 76 | 0 | 67 | 104 | 30 | 13 | 64 | 62 |
| Binary | 11000010 | 1010111 | 111110 | 0 | 110111 | 1000100 | 11000 | 1011 | 110100 | 110010 |
Color Harmonies of #C2573E
Complementary color
Monochromatic Colors of #C2573E
Black with #C2573E
Text Example
Text Example
White with #C2573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2573E; }
p { color: rgb(194,87,62); }
H1.HeaderClassName
{
color: #C2573E;
}
.AnyTagClassName
{
color: #C2573E;
}
</style>
background-color css
<style>
a { background-color: #C2573E; }
a { background-color: rgb(194,87,62); }
div.DivClassName
{
background-color: #C2573E;
}
.BgClassName
{
background-color: #C2573E;
}
</style>
border-color css
<style>
span { border-color: #C2573E; }
span { border-color: rgb(194,87,62); }
td.TdClassName
{
border-color: #C2573E;
}
.TagClassName
{
border-color: #C2573E;
}
</style>