Shades of Sunset #C25345
Tints of Sunset #C25345
RGB
CMYK
RGB Variations
Color information
#C25345 (or 0xC25345) is known color: Sunset. HEX triplet: C2, 53 and 45. RGB value is (194,83,69). Sum of RGB (Red+Green+Blue) = 194+83+69=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C25345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25345 is #3DACBA. Grayscale: #727272. Windows color (decimal): -4041915 or 4543426. OLE color: 4543426.
HSL color Cylindrical-coordinate representation of color #C25345: hue angle of 6.72º 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 #C25345 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 69 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.24 |
| HSL | 6.72º | 0.51% | 0.52% | - |
| HSV(B) | 6.72º | 0.64% | 0.76% | - |
| XYZ | 26.42 | 18.09 | 7.73 | - |
| YUV | 114.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 69 | 0 | 0.57 | 0.64 | 0.24 | 6.72 | 0.51 | 0.52 |
| Hex | C2 | 53 | 45 | 0 | 39 | 40 | 18 | 7 | 33 | 34 |
| Octal | 302 | 123 | 105 | 0 | 71 | 100 | 30 | 7 | 63 | 64 |
| Binary | 11000010 | 1010011 | 1000101 | 0 | 111001 | 1000000 | 11000 | 111 | 110011 | 110100 |
Color Harmonies of #C25345
Complementary color
Monochromatic Colors of #C25345
Black with #C25345
Text Example
Text Example
White with #C25345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25345; }
p { color: rgb(194,83,69); }
H1.HeaderClassName
{
color: #C25345;
}
.AnyTagClassName
{
color: #C25345;
}
</style>
background-color css
<style>
a { background-color: #C25345; }
a { background-color: rgb(194,83,69); }
div.DivClassName
{
background-color: #C25345;
}
.BgClassName
{
background-color: #C25345;
}
</style>
border-color css
<style>
span { border-color: #C25345; }
span { border-color: rgb(194,83,69); }
td.TdClassName
{
border-color: #C25345;
}
.TagClassName
{
border-color: #C25345;
}
</style>