Shades of Flame Pea #C3573F
Tints of Flame Pea #C3573F
RGB
CMYK
RGB Variations
Color information
#C3573F (or 0xC3573F) is known color: Flame Pea. HEX triplet: C3, 57 and 3F. RGB value is (195,87,63). Sum of RGB (Red+Green+Blue) = 195+87+63=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3573F is #3CA8C0. Grayscale: #747474. Windows color (decimal): -3975361 or 4151235. OLE color: 4151235.
HSL color Cylindrical-coordinate representation of color #C3573F: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3573F is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 63 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.24 |
| HSL | 10.91º | 0.52% | 0.51% | - |
| HSV(B) | 10.91º | 0.68% | 0.76% | - |
| XYZ | 26.81 | 18.78 | 6.91 | - |
| YUV | 116.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 63 | 0 | 0.55 | 0.68 | 0.24 | 10.91 | 0.52 | 0.51 |
| Hex | C3 | 57 | 3F | 0 | 37 | 44 | 18 | B | 34 | 33 |
| Octal | 303 | 127 | 77 | 0 | 67 | 104 | 30 | 13 | 64 | 63 |
| Binary | 11000011 | 1010111 | 111111 | 0 | 110111 | 1000100 | 11000 | 1011 | 110100 | 110011 |
Color Harmonies of #C3573F
Complementary color
Monochromatic Colors of #C3573F
Black with #C3573F
Text Example
Text Example
White with #C3573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3573F; }
p { color: rgb(195,87,63); }
H1.HeaderClassName
{
color: #C3573F;
}
.AnyTagClassName
{
color: #C3573F;
}
</style>
background-color css
<style>
a { background-color: #C3573F; }
a { background-color: rgb(195,87,63); }
div.DivClassName
{
background-color: #C3573F;
}
.BgClassName
{
background-color: #C3573F;
}
</style>
border-color css
<style>
span { border-color: #C3573F; }
span { border-color: rgb(195,87,63); }
td.TdClassName
{
border-color: #C3573F;
}
.TagClassName
{
border-color: #C3573F;
}
</style>