Shades of Flame Pea #C2573F
Tints of Flame Pea #C2573F
RGB
CMYK
RGB Variations
Color information
#C2573F (or 0xC2573F) is known color: Flame Pea. HEX triplet: C2, 57 and 3F. RGB value is (194,87,63). Sum of RGB (Red+Green+Blue) = 194+87+63=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C2573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2573F is #3DA8C0. Grayscale: #747474. Windows color (decimal): -4040897 or 4151234. OLE color: 4151234.
HSL color Cylindrical-coordinate representation of color #C2573F: hue angle of 10.99º 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 #C2573F is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 63 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.24 |
| HSL | 10.99º | 0.52% | 0.5% | - |
| HSV(B) | 10.99º | 0.68% | 0.76% | - |
| XYZ | 26.55 | 18.64 | 6.9 | - |
| YUV | 116.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 63 | 0 | 0.55 | 0.68 | 0.24 | 10.99 | 0.52 | 0.5 |
| Hex | C2 | 57 | 3F | 0 | 37 | 44 | 18 | B | 34 | 32 |
| Octal | 302 | 127 | 77 | 0 | 67 | 104 | 30 | 13 | 64 | 62 |
| Binary | 11000010 | 1010111 | 111111 | 0 | 110111 | 1000100 | 11000 | 1011 | 110100 | 110010 |
Color Harmonies of #C2573F
Complementary color
Monochromatic Colors of #C2573F
Black with #C2573F
Text Example
Text Example
White with #C2573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2573F; }
p { color: rgb(194,87,63); }
H1.HeaderClassName
{
color: #C2573F;
}
.AnyTagClassName
{
color: #C2573F;
}
</style>
background-color css
<style>
a { background-color: #C2573F; }
a { background-color: rgb(194,87,63); }
div.DivClassName
{
background-color: #C2573F;
}
.BgClassName
{
background-color: #C2573F;
}
</style>
border-color css
<style>
span { border-color: #C2573F; }
span { border-color: rgb(194,87,63); }
td.TdClassName
{
border-color: #C2573F;
}
.TagClassName
{
border-color: #C2573F;
}
</style>