Shades of Flame Pea #C55D43
Tints of Flame Pea #C55D43
RGB
CMYK
RGB Variations
Color information
#C55D43 (or 0xC55D43) is known color: Flame Pea. HEX triplet: C5, 5D and 43. RGB value is (197,93,67). Sum of RGB (Red+Green+Blue) = 197+93+67=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D43 is #3AA2BC. Grayscale: #797979. Windows color (decimal): -3842749 or 4414917. OLE color: 4414917.
HSL color Cylindrical-coordinate representation of color #C55D43: hue angle of 12º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C55D43 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 67 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.23 |
| HSL | 12º | 0.53% | 0.52% | - |
| HSV(B) | 12º | 0.66% | 0.77% | - |
| XYZ | 27.95 | 20.1 | 7.72 | - |
| YUV | 121.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 67 | 0 | 0.53 | 0.66 | 0.23 | 12 | 0.53 | 0.52 |
| Hex | C5 | 5D | 43 | 0 | 35 | 42 | 17 | C | 35 | 34 |
| Octal | 305 | 135 | 103 | 0 | 65 | 102 | 27 | 14 | 65 | 64 |
| Binary | 11000101 | 1011101 | 1000011 | 0 | 110101 | 1000010 | 10111 | 1100 | 110101 | 110100 |
Color Harmonies of #C55D43
Complementary color
Monochromatic Colors of #C55D43
Black with #C55D43
Text Example
Text Example
White with #C55D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D43; }
p { color: rgb(197,93,67); }
H1.HeaderClassName
{
color: #C55D43;
}
.AnyTagClassName
{
color: #C55D43;
}
</style>
background-color css
<style>
a { background-color: #C55D43; }
a { background-color: rgb(197,93,67); }
div.DivClassName
{
background-color: #C55D43;
}
.BgClassName
{
background-color: #C55D43;
}
</style>
border-color css
<style>
span { border-color: #C55D43; }
span { border-color: rgb(197,93,67); }
td.TdClassName
{
border-color: #C55D43;
}
.TagClassName
{
border-color: #C55D43;
}
</style>