Shades of Sunglo #C25E4F
Tints of Sunglo #C25E4F
RGB
CMYK
RGB Variations
Color information
#C25E4F (or 0xC25E4F) is known color: Sunglo. HEX triplet: C2, 5E and 4F. RGB value is (194,94,79). Sum of RGB (Red+Green+Blue) = 194+94+79=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E4F is #3DA1B0. Grayscale: #7A7A7A. Windows color (decimal): -4039089 or 5201602. OLE color: 5201602.
HSL color Cylindrical-coordinate representation of color #C25E4F: hue angle of 7.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25E4F is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 79 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.24 |
| HSL | 7.83º | 0.49% | 0.54% | - |
| HSV(B) | 7.83º | 0.59% | 0.76% | - |
| XYZ | 27.66 | 20.04 | 9.81 | - |
| YUV | 122.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 79 | 0 | 0.52 | 0.59 | 0.24 | 7.83 | 0.49 | 0.54 |
| Hex | C2 | 5E | 4F | 0 | 34 | 3B | 18 | 8 | 31 | 36 |
| Octal | 302 | 136 | 117 | 0 | 64 | 73 | 30 | 10 | 61 | 66 |
| Binary | 11000010 | 1011110 | 1001111 | 0 | 110100 | 111011 | 11000 | 1000 | 110001 | 110110 |
Color Harmonies of #C25E4F
Complementary color
Monochromatic Colors of #C25E4F
Black with #C25E4F
Text Example
Text Example
White with #C25E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E4F; }
p { color: rgb(194,94,79); }
H1.HeaderClassName
{
color: #C25E4F;
}
.AnyTagClassName
{
color: #C25E4F;
}
</style>
background-color css
<style>
a { background-color: #C25E4F; }
a { background-color: rgb(194,94,79); }
div.DivClassName
{
background-color: #C25E4F;
}
.BgClassName
{
background-color: #C25E4F;
}
</style>
border-color css
<style>
span { border-color: #C25E4F; }
span { border-color: rgb(194,94,79); }
td.TdClassName
{
border-color: #C25E4F;
}
.TagClassName
{
border-color: #C25E4F;
}
</style>