Shades of Flame Pea #C2563F
Tints of Flame Pea #C2563F
RGB
CMYK
RGB Variations
Color information
#C2563F (or 0xC2563F) is known color: Flame Pea. HEX triplet: C2, 56 and 3F. RGB value is (194,86,63). Sum of RGB (Red+Green+Blue) = 194+86+63=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2563F is #3DA9C0. Grayscale: #737373. Windows color (decimal): -4041153 or 4150978. OLE color: 4150978.
HSL color Cylindrical-coordinate representation of color #C2563F: hue angle of 10.53º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2563F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 63 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.24 |
| HSL | 10.53º | 0.52% | 0.5% | - |
| HSV(B) | 10.53º | 0.68% | 0.76% | - |
| XYZ | 26.47 | 18.48 | 6.88 | - |
| YUV | 115.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 63 | 0 | 0.56 | 0.68 | 0.24 | 10.53 | 0.52 | 0.5 |
| Hex | C2 | 56 | 3F | 0 | 38 | 44 | 18 | B | 34 | 32 |
| Octal | 302 | 126 | 77 | 0 | 70 | 104 | 30 | 13 | 64 | 62 |
| Binary | 11000010 | 1010110 | 111111 | 0 | 111000 | 1000100 | 11000 | 1011 | 110100 | 110010 |
Color Harmonies of #C2563F
Complementary color
Monochromatic Colors of #C2563F
Black with #C2563F
Text Example
Text Example
White with #C2563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2563F; }
p { color: rgb(194,86,63); }
H1.HeaderClassName
{
color: #C2563F;
}
.AnyTagClassName
{
color: #C2563F;
}
</style>
background-color css
<style>
a { background-color: #C2563F; }
a { background-color: rgb(194,86,63); }
div.DivClassName
{
background-color: #C2563F;
}
.BgClassName
{
background-color: #C2563F;
}
</style>
border-color css
<style>
span { border-color: #C2563F; }
span { border-color: rgb(194,86,63); }
td.TdClassName
{
border-color: #C2563F;
}
.TagClassName
{
border-color: #C2563F;
}
</style>