Shades of Sunglo #C55F4F
Tints of Sunglo #C55F4F
RGB
CMYK
RGB Variations
Color information
#C55F4F (or 0xC55F4F) is known color: Sunglo. HEX triplet: C5, 5F and 4F. RGB value is (197,95,79). Sum of RGB (Red+Green+Blue) = 197+95+79=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F4F is #3AA0B0. Grayscale: #7B7B7B. Windows color (decimal): -3842225 or 5201861. OLE color: 5201861.
HSL color Cylindrical-coordinate representation of color #C55F4F: hue angle of 8.14º 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 #C55F4F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 79 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.23 |
| HSL | 8.14º | 0.5% | 0.54% | - |
| HSV(B) | 8.14º | 0.6% | 0.77% | - |
| XYZ | 28.53 | 20.62 | 9.87 | - |
| YUV | 123.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 79 | 0 | 0.52 | 0.60 | 0.23 | 8.14 | 0.5 | 0.54 |
| Hex | C5 | 5F | 4F | 0 | 34 | 3C | 17 | 8 | 32 | 36 |
| Octal | 305 | 137 | 117 | 0 | 64 | 74 | 27 | 10 | 62 | 66 |
| Binary | 11000101 | 1011111 | 1001111 | 0 | 110100 | 111100 | 10111 | 1000 | 110010 | 110110 |
Color Harmonies of #C55F4F
Complementary color
Monochromatic Colors of #C55F4F
Black with #C55F4F
Text Example
Text Example
White with #C55F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F4F; }
p { color: rgb(197,95,79); }
H1.HeaderClassName
{
color: #C55F4F;
}
.AnyTagClassName
{
color: #C55F4F;
}
</style>
background-color css
<style>
a { background-color: #C55F4F; }
a { background-color: rgb(197,95,79); }
div.DivClassName
{
background-color: #C55F4F;
}
.BgClassName
{
background-color: #C55F4F;
}
</style>
border-color css
<style>
span { border-color: #C55F4F; }
span { border-color: rgb(197,95,79); }
td.TdClassName
{
border-color: #C55F4F;
}
.TagClassName
{
border-color: #C55F4F;
}
</style>