Shades of Flame Pea #C1573F
Tints of Flame Pea #C1573F
RGB
CMYK
RGB Variations
Color information
#C1573F (or 0xC1573F) is known color: Flame Pea. HEX triplet: C1, 57 and 3F. RGB value is (193,87,63). Sum of RGB (Red+Green+Blue) = 193+87+63=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1573F is #3EA8C0. Grayscale: #747474. Windows color (decimal): -4106433 or 4151233. OLE color: 4151233.
HSL color Cylindrical-coordinate representation of color #C1573F: hue angle of 11.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1573F is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 63 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.24 |
| HSL | 11.08º | 0.51% | 0.5% | - |
| HSV(B) | 11.08º | 0.67% | 0.76% | - |
| XYZ | 26.3 | 18.51 | 6.89 | - |
| YUV | 115.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 63 | 0 | 0.55 | 0.67 | 0.24 | 11.08 | 0.51 | 0.5 |
| Hex | C1 | 57 | 3F | 0 | 37 | 43 | 18 | B | 33 | 32 |
| Octal | 301 | 127 | 77 | 0 | 67 | 103 | 30 | 13 | 63 | 62 |
| Binary | 11000001 | 1010111 | 111111 | 0 | 110111 | 1000011 | 11000 | 1011 | 110011 | 110010 |
Color Harmonies of #C1573F
Complementary color
Monochromatic Colors of #C1573F
Black with #C1573F
Text Example
Text Example
White with #C1573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1573F; }
p { color: rgb(193,87,63); }
H1.HeaderClassName
{
color: #C1573F;
}
.AnyTagClassName
{
color: #C1573F;
}
</style>
background-color css
<style>
a { background-color: #C1573F; }
a { background-color: rgb(193,87,63); }
div.DivClassName
{
background-color: #C1573F;
}
.BgClassName
{
background-color: #C1573F;
}
</style>
border-color css
<style>
span { border-color: #C1573F; }
span { border-color: rgb(193,87,63); }
td.TdClassName
{
border-color: #C1573F;
}
.TagClassName
{
border-color: #C1573F;
}
</style>