Shades of Flame Pea #C2593D
Tints of Flame Pea #C2593D
RGB
CMYK
RGB Variations
Color information
#C2593D (or 0xC2593D) is known color: Flame Pea. HEX triplet: C2, 59 and 3D. RGB value is (194,89,61). Sum of RGB (Red+Green+Blue) = 194+89+61=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C2593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2593D is #3DA6C2. Grayscale: #757575. Windows color (decimal): -4040387 or 4020674. OLE color: 4020674.
HSL color Cylindrical-coordinate representation of color #C2593D: hue angle of 12.63º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2593D is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 61 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.24 |
| HSL | 12.63º | 0.52% | 0.5% | - |
| HSV(B) | 12.63º | 0.69% | 0.76% | - |
| XYZ | 26.66 | 18.95 | 6.67 | - |
| YUV | 117.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 61 | 0 | 0.54 | 0.69 | 0.24 | 12.63 | 0.52 | 0.5 |
| Hex | C2 | 59 | 3D | 0 | 36 | 45 | 18 | D | 34 | 32 |
| Octal | 302 | 131 | 75 | 0 | 66 | 105 | 30 | 15 | 64 | 62 |
| Binary | 11000010 | 1011001 | 111101 | 0 | 110110 | 1000101 | 11000 | 1101 | 110100 | 110010 |
Color Harmonies of #C2593D
Complementary color
Monochromatic Colors of #C2593D
Black with #C2593D
Text Example
Text Example
White with #C2593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2593D; }
p { color: rgb(194,89,61); }
H1.HeaderClassName
{
color: #C2593D;
}
.AnyTagClassName
{
color: #C2593D;
}
</style>
background-color css
<style>
a { background-color: #C2593D; }
a { background-color: rgb(194,89,61); }
div.DivClassName
{
background-color: #C2593D;
}
.BgClassName
{
background-color: #C2593D;
}
</style>
border-color css
<style>
span { border-color: #C2593D; }
span { border-color: rgb(194,89,61); }
td.TdClassName
{
border-color: #C2593D;
}
.TagClassName
{
border-color: #C2593D;
}
</style>