Shades of Sunglo #C25E51
Tints of Sunglo #C25E51
RGB
CMYK
RGB Variations
Color information
#C25E51 (or 0xC25E51) is known color: Sunglo. HEX triplet: C2, 5E and 51. RGB value is (194,94,81). Sum of RGB (Red+Green+Blue) = 194+94+81=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E51 is #3DA1AE. Grayscale: #7A7A7A. Windows color (decimal): -4039087 or 5332674. OLE color: 5332674.
HSL color Cylindrical-coordinate representation of color #C25E51: hue angle of 6.9º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25E51 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 81 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.24 |
| HSL | 6.9º | 0.48% | 0.54% | - |
| HSV(B) | 6.9º | 0.58% | 0.76% | - |
| XYZ | 27.74 | 20.07 | 10.2 | - |
| YUV | 122.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 81 | 0 | 0.52 | 0.58 | 0.24 | 6.9 | 0.48 | 0.54 |
| Hex | C2 | 5E | 51 | 0 | 34 | 3A | 18 | 7 | 30 | 36 |
| Octal | 302 | 136 | 121 | 0 | 64 | 72 | 30 | 7 | 60 | 66 |
| Binary | 11000010 | 1011110 | 1010001 | 0 | 110100 | 111010 | 11000 | 111 | 110000 | 110110 |
Color Harmonies of #C25E51
Complementary color
Monochromatic Colors of #C25E51
Black with #C25E51
Text Example
Text Example
White with #C25E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E51; }
p { color: rgb(194,94,81); }
H1.HeaderClassName
{
color: #C25E51;
}
.AnyTagClassName
{
color: #C25E51;
}
</style>
background-color css
<style>
a { background-color: #C25E51; }
a { background-color: rgb(194,94,81); }
div.DivClassName
{
background-color: #C25E51;
}
.BgClassName
{
background-color: #C25E51;
}
</style>
border-color css
<style>
span { border-color: #C25E51; }
span { border-color: rgb(194,94,81); }
td.TdClassName
{
border-color: #C25E51;
}
.TagClassName
{
border-color: #C25E51;
}
</style>