Shades of Flame Pea #C25C4C
Tints of Flame Pea #C25C4C
RGB
CMYK
RGB Variations
Color information
#C25C4C (or 0xC25C4C) is known color: Flame Pea. HEX triplet: C2, 5C and 4C. RGB value is (194,92,76). Sum of RGB (Red+Green+Blue) = 194+92+76=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C4C is #3DA3B3. Grayscale: #787878. Windows color (decimal): -4039604 or 5004482. OLE color: 5004482.
HSL color Cylindrical-coordinate representation of color #C25C4C: hue angle of 8.14º 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 #C25C4C is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 76 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.24 |
| HSL | 8.14º | 0.49% | 0.53% | - |
| HSV(B) | 8.14º | 0.61% | 0.76% | - |
| XYZ | 27.38 | 19.65 | 9.19 | - |
| YUV | 120.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 76 | 0 | 0.53 | 0.61 | 0.24 | 8.14 | 0.49 | 0.53 |
| Hex | C2 | 5C | 4C | 0 | 35 | 3D | 18 | 8 | 31 | 35 |
| Octal | 302 | 134 | 114 | 0 | 65 | 75 | 30 | 10 | 61 | 65 |
| Binary | 11000010 | 1011100 | 1001100 | 0 | 110101 | 111101 | 11000 | 1000 | 110001 | 110101 |
Color Harmonies of #C25C4C
Complementary color
Monochromatic Colors of #C25C4C
Black with #C25C4C
Text Example
Text Example
White with #C25C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C4C; }
p { color: rgb(194,92,76); }
H1.HeaderClassName
{
color: #C25C4C;
}
.AnyTagClassName
{
color: #C25C4C;
}
</style>
background-color css
<style>
a { background-color: #C25C4C; }
a { background-color: rgb(194,92,76); }
div.DivClassName
{
background-color: #C25C4C;
}
.BgClassName
{
background-color: #C25C4C;
}
</style>
border-color css
<style>
span { border-color: #C25C4C; }
span { border-color: rgb(194,92,76); }
td.TdClassName
{
border-color: #C25C4C;
}
.TagClassName
{
border-color: #C25C4C;
}
</style>