Shades of Flame Pea #C2614B
Tints of Flame Pea #C2614B
RGB
CMYK
RGB Variations
Color information
#C2614B (or 0xC2614B) is known color: Flame Pea. HEX triplet: C2, 61 and 4B. RGB value is (194,97,75). Sum of RGB (Red+Green+Blue) = 194+97+75=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2614B is #3D9EB4. Grayscale: #7B7B7B. Windows color (decimal): -4038325 or 4940226. OLE color: 4940226.
HSL color Cylindrical-coordinate representation of color #C2614B: hue angle of 11.09º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2614B is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 75 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.24 |
| HSL | 11.09º | 0.49% | 0.53% | - |
| HSV(B) | 11.09º | 0.61% | 0.76% | - |
| XYZ | 27.79 | 20.53 | 9.15 | - |
| YUV | 123.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 75 | 0 | 0.50 | 0.61 | 0.24 | 11.09 | 0.49 | 0.53 |
| Hex | C2 | 61 | 4B | 0 | 32 | 3D | 18 | B | 31 | 35 |
| Octal | 302 | 141 | 113 | 0 | 62 | 75 | 30 | 13 | 61 | 65 |
| Binary | 11000010 | 1100001 | 1001011 | 0 | 110010 | 111101 | 11000 | 1011 | 110001 | 110101 |
Color Harmonies of #C2614B
Complementary color
Monochromatic Colors of #C2614B
Black with #C2614B
Text Example
Text Example
White with #C2614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2614B; }
p { color: rgb(194,97,75); }
H1.HeaderClassName
{
color: #C2614B;
}
.AnyTagClassName
{
color: #C2614B;
}
</style>
background-color css
<style>
a { background-color: #C2614B; }
a { background-color: rgb(194,97,75); }
div.DivClassName
{
background-color: #C2614B;
}
.BgClassName
{
background-color: #C2614B;
}
</style>
border-color css
<style>
span { border-color: #C2614B; }
span { border-color: rgb(194,97,75); }
td.TdClassName
{
border-color: #C2614B;
}
.TagClassName
{
border-color: #C2614B;
}
</style>