Shades of Flame Pea #C2634B
Tints of Flame Pea #C2634B
RGB
CMYK
RGB Variations
Color information
#C2634B (or 0xC2634B) is known color: Flame Pea. HEX triplet: C2, 63 and 4B. RGB value is (194,99,75). Sum of RGB (Red+Green+Blue) = 194+99+75=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2634B is #3D9CB4. Grayscale: #7C7C7C. Windows color (decimal): -4037813 or 4940738. OLE color: 4940738.
HSL color Cylindrical-coordinate representation of color #C2634B: hue angle of 12.1º 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 #C2634B is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 75 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.24 |
| HSL | 12.1º | 0.49% | 0.53% | - |
| HSV(B) | 12.1º | 0.61% | 0.76% | - |
| XYZ | 27.98 | 20.9 | 9.22 | - |
| YUV | 124.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 75 | 0 | 0.49 | 0.61 | 0.24 | 12.1 | 0.49 | 0.53 |
| Hex | C2 | 63 | 4B | 0 | 31 | 3D | 18 | C | 31 | 35 |
| Octal | 302 | 143 | 113 | 0 | 61 | 75 | 30 | 14 | 61 | 65 |
| Binary | 11000010 | 1100011 | 1001011 | 0 | 110001 | 111101 | 11000 | 1100 | 110001 | 110101 |
Color Harmonies of #C2634B
Complementary color
Monochromatic Colors of #C2634B
Black with #C2634B
Text Example
Text Example
White with #C2634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2634B; }
p { color: rgb(194,99,75); }
H1.HeaderClassName
{
color: #C2634B;
}
.AnyTagClassName
{
color: #C2634B;
}
</style>
background-color css
<style>
a { background-color: #C2634B; }
a { background-color: rgb(194,99,75); }
div.DivClassName
{
background-color: #C2634B;
}
.BgClassName
{
background-color: #C2634B;
}
</style>
border-color css
<style>
span { border-color: #C2634B; }
span { border-color: rgb(194,99,75); }
td.TdClassName
{
border-color: #C2634B;
}
.TagClassName
{
border-color: #C2634B;
}
</style>