Shades of Flame Pea #C3594D
Tints of Flame Pea #C3594D
RGB
CMYK
RGB Variations
Color information
#C3594D (or 0xC3594D) is known color: Flame Pea. HEX triplet: C3, 59 and 4D. RGB value is (195,89,77). Sum of RGB (Red+Green+Blue) = 195+89+77=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3594D is #3CA6B2. Grayscale: #777777. Windows color (decimal): -3974835 or 5069251. OLE color: 5069251.
HSL color Cylindrical-coordinate representation of color #C3594D: hue angle of 6.1º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3594D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 77 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.24 |
| HSL | 6.1º | 0.5% | 0.53% | - |
| HSV(B) | 6.1º | 0.61% | 0.76% | - |
| XYZ | 27.42 | 19.28 | 9.3 | - |
| YUV | 119.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 77 | 0 | 0.54 | 0.61 | 0.24 | 6.1 | 0.5 | 0.53 |
| Hex | C3 | 59 | 4D | 0 | 36 | 3D | 18 | 6 | 32 | 35 |
| Octal | 303 | 131 | 115 | 0 | 66 | 75 | 30 | 6 | 62 | 65 |
| Binary | 11000011 | 1011001 | 1001101 | 0 | 110110 | 111101 | 11000 | 110 | 110010 | 110101 |
Color Harmonies of #C3594D
Complementary color
Monochromatic Colors of #C3594D
Black with #C3594D
Text Example
Text Example
White with #C3594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3594D; }
p { color: rgb(195,89,77); }
H1.HeaderClassName
{
color: #C3594D;
}
.AnyTagClassName
{
color: #C3594D;
}
</style>
background-color css
<style>
a { background-color: #C3594D; }
a { background-color: rgb(195,89,77); }
div.DivClassName
{
background-color: #C3594D;
}
.BgClassName
{
background-color: #C3594D;
}
</style>
border-color css
<style>
span { border-color: #C3594D; }
span { border-color: rgb(195,89,77); }
td.TdClassName
{
border-color: #C3594D;
}
.TagClassName
{
border-color: #C3594D;
}
</style>