Shades of Flame Pea #C2614A
Tints of Flame Pea #C2614A
RGB
CMYK
RGB Variations
Color information
#C2614A (or 0xC2614A) is known color: Flame Pea. HEX triplet: C2, 61 and 4A. RGB value is (194,97,74). Sum of RGB (Red+Green+Blue) = 194+97+74=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2614A is #3D9EB5. Grayscale: #7B7B7B. Windows color (decimal): -4038326 or 4874690. OLE color: 4874690.
HSL color Cylindrical-coordinate representation of color #C2614A: hue angle of 11.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2614A is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 74 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.24 |
| HSL | 11.5º | 0.5% | 0.53% | - |
| HSV(B) | 11.5º | 0.62% | 0.76% | - |
| XYZ | 27.76 | 20.51 | 8.97 | - |
| YUV | 123.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 74 | 0 | 0.50 | 0.62 | 0.24 | 11.5 | 0.5 | 0.53 |
| Hex | C2 | 61 | 4A | 0 | 32 | 3E | 18 | C | 32 | 35 |
| Octal | 302 | 141 | 112 | 0 | 62 | 76 | 30 | 14 | 62 | 65 |
| Binary | 11000010 | 1100001 | 1001010 | 0 | 110010 | 111110 | 11000 | 1100 | 110010 | 110101 |
Color Harmonies of #C2614A
Complementary color
Monochromatic Colors of #C2614A
Black with #C2614A
Text Example
Text Example
White with #C2614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2614A; }
p { color: rgb(194,97,74); }
H1.HeaderClassName
{
color: #C2614A;
}
.AnyTagClassName
{
color: #C2614A;
}
</style>
background-color css
<style>
a { background-color: #C2614A; }
a { background-color: rgb(194,97,74); }
div.DivClassName
{
background-color: #C2614A;
}
.BgClassName
{
background-color: #C2614A;
}
</style>
border-color css
<style>
span { border-color: #C2614A; }
span { border-color: rgb(194,97,74); }
td.TdClassName
{
border-color: #C2614A;
}
.TagClassName
{
border-color: #C2614A;
}
</style>