Shades of Sunset #C25148
Tints of Sunset #C25148
RGB
CMYK
RGB Variations
Color information
#C25148 (or 0xC25148) is known color: Sunset. HEX triplet: C2, 51 and 48. RGB value is (194,81,72). Sum of RGB (Red+Green+Blue) = 194+81+72=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C25148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25148 is #3DAEB7. Grayscale: #717171. Windows color (decimal): -4042424 or 4739522. OLE color: 4739522.
HSL color Cylindrical-coordinate representation of color #C25148: hue angle of 4.43º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25148 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 72 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.24 |
| HSL | 4.43º | 0.5% | 0.52% | - |
| HSV(B) | 4.43º | 0.63% | 0.76% | - |
| XYZ | 26.36 | 17.82 | 8.18 | - |
| YUV | 113.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 72 | 0 | 0.58 | 0.63 | 0.24 | 4.43 | 0.5 | 0.52 |
| Hex | C2 | 51 | 48 | 0 | 3A | 3F | 18 | 4 | 32 | 34 |
| Octal | 302 | 121 | 110 | 0 | 72 | 77 | 30 | 4 | 62 | 64 |
| Binary | 11000010 | 1010001 | 1001000 | 0 | 111010 | 111111 | 11000 | 100 | 110010 | 110100 |
Color Harmonies of #C25148
Complementary color
Monochromatic Colors of #C25148
Black with #C25148
Text Example
Text Example
White with #C25148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25148; }
p { color: rgb(194,81,72); }
H1.HeaderClassName
{
color: #C25148;
}
.AnyTagClassName
{
color: #C25148;
}
</style>
background-color css
<style>
a { background-color: #C25148; }
a { background-color: rgb(194,81,72); }
div.DivClassName
{
background-color: #C25148;
}
.BgClassName
{
background-color: #C25148;
}
</style>
border-color css
<style>
span { border-color: #C25148; }
span { border-color: rgb(194,81,72); }
td.TdClassName
{
border-color: #C25148;
}
.TagClassName
{
border-color: #C25148;
}
</style>