Shades of Flame Pea #C2624B
Tints of Flame Pea #C2624B
RGB
CMYK
RGB Variations
Color information
#C2624B (or 0xC2624B) is known color: Flame Pea. HEX triplet: C2, 62 and 4B. RGB value is (194,98,75). Sum of RGB (Red+Green+Blue) = 194+98+75=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2624B is #3D9DB4. Grayscale: #7C7C7C. Windows color (decimal): -4038069 or 4940482. OLE color: 4940482.
HSL color Cylindrical-coordinate representation of color #C2624B: hue angle of 11.6º 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 #C2624B is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 75 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.24 |
| HSL | 11.6º | 0.49% | 0.53% | - |
| HSV(B) | 11.6º | 0.61% | 0.76% | - |
| XYZ | 27.89 | 20.71 | 9.18 | - |
| YUV | 124.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 75 | 0 | 0.49 | 0.61 | 0.24 | 11.6 | 0.49 | 0.53 |
| Hex | C2 | 62 | 4B | 0 | 31 | 3D | 18 | C | 31 | 35 |
| Octal | 302 | 142 | 113 | 0 | 61 | 75 | 30 | 14 | 61 | 65 |
| Binary | 11000010 | 1100010 | 1001011 | 0 | 110001 | 111101 | 11000 | 1100 | 110001 | 110101 |
Color Harmonies of #C2624B
Complementary color
Monochromatic Colors of #C2624B
Black with #C2624B
Text Example
Text Example
White with #C2624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2624B; }
p { color: rgb(194,98,75); }
H1.HeaderClassName
{
color: #C2624B;
}
.AnyTagClassName
{
color: #C2624B;
}
</style>
background-color css
<style>
a { background-color: #C2624B; }
a { background-color: rgb(194,98,75); }
div.DivClassName
{
background-color: #C2624B;
}
.BgClassName
{
background-color: #C2624B;
}
</style>
border-color css
<style>
span { border-color: #C2624B; }
span { border-color: rgb(194,98,75); }
td.TdClassName
{
border-color: #C2624B;
}
.TagClassName
{
border-color: #C2624B;
}
</style>