Shades of Sunset #C25245
Tints of Sunset #C25245
RGB
CMYK
RGB Variations
Color information
#C25245 (or 0xC25245) is known color: Sunset. HEX triplet: C2, 52 and 45. RGB value is (194,82,69). Sum of RGB (Red+Green+Blue) = 194+82+69=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25245 is #3DADBA. Grayscale: #727272. Windows color (decimal): -4042171 or 4543170. OLE color: 4543170.
HSL color Cylindrical-coordinate representation of color #C25245: hue angle of 6.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25245 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 69 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.24 |
| HSL | 6.24º | 0.51% | 0.52% | - |
| HSV(B) | 6.24º | 0.64% | 0.76% | - |
| XYZ | 26.34 | 17.93 | 7.7 | - |
| YUV | 114.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 69 | 0 | 0.58 | 0.64 | 0.24 | 6.24 | 0.51 | 0.52 |
| Hex | C2 | 52 | 45 | 0 | 3A | 40 | 18 | 6 | 33 | 34 |
| Octal | 302 | 122 | 105 | 0 | 72 | 100 | 30 | 6 | 63 | 64 |
| Binary | 11000010 | 1010010 | 1000101 | 0 | 111010 | 1000000 | 11000 | 110 | 110011 | 110100 |
Color Harmonies of #C25245
Complementary color
Monochromatic Colors of #C25245
Black with #C25245
Text Example
Text Example
White with #C25245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25245; }
p { color: rgb(194,82,69); }
H1.HeaderClassName
{
color: #C25245;
}
.AnyTagClassName
{
color: #C25245;
}
</style>
background-color css
<style>
a { background-color: #C25245; }
a { background-color: rgb(194,82,69); }
div.DivClassName
{
background-color: #C25245;
}
.BgClassName
{
background-color: #C25245;
}
</style>
border-color css
<style>
span { border-color: #C25245; }
span { border-color: rgb(194,82,69); }
td.TdClassName
{
border-color: #C25245;
}
.TagClassName
{
border-color: #C25245;
}
</style>