Shades of Sunset #C25545
Tints of Sunset #C25545
RGB
CMYK
RGB Variations
Color information
#C25545 (or 0xC25545) is known color: Sunset. HEX triplet: C2, 55 and 45. RGB value is (194,85,69). Sum of RGB (Red+Green+Blue) = 194+85+69=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C25545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25545 is #3DAABA. Grayscale: #737373. Windows color (decimal): -4041403 or 4543938. OLE color: 4543938.
HSL color Cylindrical-coordinate representation of color #C25545: hue angle of 7.68º 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 #C25545 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 69 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.24 |
| HSL | 7.68º | 0.51% | 0.52% | - |
| HSV(B) | 7.68º | 0.64% | 0.76% | - |
| XYZ | 26.57 | 18.4 | 7.78 | - |
| YUV | 115.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 69 | 0 | 0.56 | 0.64 | 0.24 | 7.68 | 0.51 | 0.52 |
| Hex | C2 | 55 | 45 | 0 | 38 | 40 | 18 | 8 | 33 | 34 |
| Octal | 302 | 125 | 105 | 0 | 70 | 100 | 30 | 10 | 63 | 64 |
| Binary | 11000010 | 1010101 | 1000101 | 0 | 111000 | 1000000 | 11000 | 1000 | 110011 | 110100 |
Color Harmonies of #C25545
Complementary color
Monochromatic Colors of #C25545
Black with #C25545
Text Example
Text Example
White with #C25545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25545; }
p { color: rgb(194,85,69); }
H1.HeaderClassName
{
color: #C25545;
}
.AnyTagClassName
{
color: #C25545;
}
</style>
background-color css
<style>
a { background-color: #C25545; }
a { background-color: rgb(194,85,69); }
div.DivClassName
{
background-color: #C25545;
}
.BgClassName
{
background-color: #C25545;
}
</style>
border-color css
<style>
span { border-color: #C25545; }
span { border-color: rgb(194,85,69); }
td.TdClassName
{
border-color: #C25545;
}
.TagClassName
{
border-color: #C25545;
}
</style>