Shades of Flame Pea #C1614F
Tints of Flame Pea #C1614F
RGB
CMYK
RGB Variations
Color information
#C1614F (or 0xC1614F) is known color: Flame Pea. HEX triplet: C1, 61 and 4F. RGB value is (193,97,79). Sum of RGB (Red+Green+Blue) = 193+97+79=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1614F is #3E9EB0. Grayscale: #7B7B7B. Windows color (decimal): -4103857 or 5202369. OLE color: 5202369.
HSL color Cylindrical-coordinate representation of color #C1614F: hue angle of 9.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1614F is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 79 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.24 |
| HSL | 9.47º | 0.48% | 0.53% | - |
| HSV(B) | 9.47º | 0.59% | 0.76% | - |
| XYZ | 27.68 | 20.45 | 9.89 | - |
| YUV | 123.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 79 | 0 | 0.50 | 0.59 | 0.24 | 9.47 | 0.48 | 0.53 |
| Hex | C1 | 61 | 4F | 0 | 32 | 3B | 18 | 9 | 30 | 35 |
| Octal | 301 | 141 | 117 | 0 | 62 | 73 | 30 | 11 | 60 | 65 |
| Binary | 11000001 | 1100001 | 1001111 | 0 | 110010 | 111011 | 11000 | 1001 | 110000 | 110101 |
Color Harmonies of #C1614F
Complementary color
Monochromatic Colors of #C1614F
Black with #C1614F
Text Example
Text Example
White with #C1614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1614F; }
p { color: rgb(193,97,79); }
H1.HeaderClassName
{
color: #C1614F;
}
.AnyTagClassName
{
color: #C1614F;
}
</style>
background-color css
<style>
a { background-color: #C1614F; }
a { background-color: rgb(193,97,79); }
div.DivClassName
{
background-color: #C1614F;
}
.BgClassName
{
background-color: #C1614F;
}
</style>
border-color css
<style>
span { border-color: #C1614F; }
span { border-color: rgb(193,97,79); }
td.TdClassName
{
border-color: #C1614F;
}
.TagClassName
{
border-color: #C1614F;
}
</style>