Shades of Flame Pea #C1593D
Tints of Flame Pea #C1593D
RGB
CMYK
RGB Variations
Color information
#C1593D (or 0xC1593D) is known color: Flame Pea. HEX triplet: C1, 59 and 3D. RGB value is (193,89,61). Sum of RGB (Red+Green+Blue) = 193+89+61=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1593D is #3EA6C2. Grayscale: #757575. Windows color (decimal): -4105923 or 4020673. OLE color: 4020673.
HSL color Cylindrical-coordinate representation of color #C1593D: hue angle of 12.73º 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 #C1593D is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 61 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.24 |
| HSL | 12.73º | 0.52% | 0.5% | - |
| HSV(B) | 12.73º | 0.68% | 0.76% | - |
| XYZ | 26.41 | 18.82 | 6.66 | - |
| YUV | 116.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 61 | 0 | 0.54 | 0.68 | 0.24 | 12.73 | 0.52 | 0.5 |
| Hex | C1 | 59 | 3D | 0 | 36 | 44 | 18 | D | 34 | 32 |
| Octal | 301 | 131 | 75 | 0 | 66 | 104 | 30 | 15 | 64 | 62 |
| Binary | 11000001 | 1011001 | 111101 | 0 | 110110 | 1000100 | 11000 | 1101 | 110100 | 110010 |
Color Harmonies of #C1593D
Complementary color
Monochromatic Colors of #C1593D
Black with #C1593D
Text Example
Text Example
White with #C1593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1593D; }
p { color: rgb(193,89,61); }
H1.HeaderClassName
{
color: #C1593D;
}
.AnyTagClassName
{
color: #C1593D;
}
</style>
background-color css
<style>
a { background-color: #C1593D; }
a { background-color: rgb(193,89,61); }
div.DivClassName
{
background-color: #C1593D;
}
.BgClassName
{
background-color: #C1593D;
}
</style>
border-color css
<style>
span { border-color: #C1593D; }
span { border-color: rgb(193,89,61); }
td.TdClassName
{
border-color: #C1593D;
}
.TagClassName
{
border-color: #C1593D;
}
</style>