Shades of Sunglo #C55E4F
Tints of Sunglo #C55E4F
RGB
CMYK
RGB Variations
Color information
#C55E4F (or 0xC55E4F) is known color: Sunglo. HEX triplet: C5, 5E and 4F. RGB value is (197,94,79). Sum of RGB (Red+Green+Blue) = 197+94+79=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E4F is #3AA1B0. Grayscale: #7B7B7B. Windows color (decimal): -3842481 or 5201605. OLE color: 5201605.
HSL color Cylindrical-coordinate representation of color #C55E4F: hue angle of 7.63º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55E4F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 79 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.23 |
| HSL | 7.63º | 0.5% | 0.54% | - |
| HSV(B) | 7.63º | 0.6% | 0.77% | - |
| XYZ | 28.44 | 20.44 | 9.84 | - |
| YUV | 123.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 79 | 0 | 0.52 | 0.60 | 0.23 | 7.63 | 0.5 | 0.54 |
| Hex | C5 | 5E | 4F | 0 | 34 | 3C | 17 | 8 | 32 | 36 |
| Octal | 305 | 136 | 117 | 0 | 64 | 74 | 27 | 10 | 62 | 66 |
| Binary | 11000101 | 1011110 | 1001111 | 0 | 110100 | 111100 | 10111 | 1000 | 110010 | 110110 |
Color Harmonies of #C55E4F
Complementary color
Monochromatic Colors of #C55E4F
Black with #C55E4F
Text Example
Text Example
White with #C55E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E4F; }
p { color: rgb(197,94,79); }
H1.HeaderClassName
{
color: #C55E4F;
}
.AnyTagClassName
{
color: #C55E4F;
}
</style>
background-color css
<style>
a { background-color: #C55E4F; }
a { background-color: rgb(197,94,79); }
div.DivClassName
{
background-color: #C55E4F;
}
.BgClassName
{
background-color: #C55E4F;
}
</style>
border-color css
<style>
span { border-color: #C55E4F; }
span { border-color: rgb(197,94,79); }
td.TdClassName
{
border-color: #C55E4F;
}
.TagClassName
{
border-color: #C55E4F;
}
</style>