Shades of Flame Pea #C55D4B
Tints of Flame Pea #C55D4B
RGB
CMYK
RGB Variations
Color information
#C55D4B (or 0xC55D4B) is known color: Flame Pea. HEX triplet: C5, 5D and 4B. RGB value is (197,93,75). Sum of RGB (Red+Green+Blue) = 197+93+75=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D4B is #3AA2B4. Grayscale: #7A7A7A. Windows color (decimal): -3842741 or 4939205. OLE color: 4939205.
HSL color Cylindrical-coordinate representation of color #C55D4B: hue angle of 8.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55D4B is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 75 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.23 |
| HSL | 8.85º | 0.51% | 0.53% | - |
| HSV(B) | 8.85º | 0.62% | 0.77% | - |
| XYZ | 28.21 | 20.21 | 9.07 | - |
| YUV | 122.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 75 | 0 | 0.53 | 0.62 | 0.23 | 8.85 | 0.51 | 0.53 |
| Hex | C5 | 5D | 4B | 0 | 35 | 3E | 17 | 9 | 33 | 35 |
| Octal | 305 | 135 | 113 | 0 | 65 | 76 | 27 | 11 | 63 | 65 |
| Binary | 11000101 | 1011101 | 1001011 | 0 | 110101 | 111110 | 10111 | 1001 | 110011 | 110101 |
Color Harmonies of #C55D4B
Complementary color
Monochromatic Colors of #C55D4B
Black with #C55D4B
Text Example
Text Example
White with #C55D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D4B; }
p { color: rgb(197,93,75); }
H1.HeaderClassName
{
color: #C55D4B;
}
.AnyTagClassName
{
color: #C55D4B;
}
</style>
background-color css
<style>
a { background-color: #C55D4B; }
a { background-color: rgb(197,93,75); }
div.DivClassName
{
background-color: #C55D4B;
}
.BgClassName
{
background-color: #C55D4B;
}
</style>
border-color css
<style>
span { border-color: #C55D4B; }
span { border-color: rgb(197,93,75); }
td.TdClassName
{
border-color: #C55D4B;
}
.TagClassName
{
border-color: #C55D4B;
}
</style>