Shades of Sunset #C25445
Tints of Sunset #C25445
RGB
CMYK
RGB Variations
Color information
#C25445 (or 0xC25445) is known color: Sunset. HEX triplet: C2, 54 and 45. RGB value is (194,84,69). Sum of RGB (Red+Green+Blue) = 194+84+69=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C25445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25445 is #3DABBA. Grayscale: #737373. Windows color (decimal): -4041659 or 4543682. OLE color: 4543682.
HSL color Cylindrical-coordinate representation of color #C25445: hue angle of 7.2º 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 #C25445 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 69 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.24 |
| HSL | 7.2º | 0.51% | 0.52% | - |
| HSV(B) | 7.2º | 0.64% | 0.76% | - |
| XYZ | 26.49 | 18.24 | 7.75 | - |
| YUV | 115.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 69 | 0 | 0.57 | 0.64 | 0.24 | 7.2 | 0.51 | 0.52 |
| Hex | C2 | 54 | 45 | 0 | 39 | 40 | 18 | 7 | 33 | 34 |
| Octal | 302 | 124 | 105 | 0 | 71 | 100 | 30 | 7 | 63 | 64 |
| Binary | 11000010 | 1010100 | 1000101 | 0 | 111001 | 1000000 | 11000 | 111 | 110011 | 110100 |
Color Harmonies of #C25445
Complementary color
Monochromatic Colors of #C25445
Black with #C25445
Text Example
Text Example
White with #C25445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25445; }
p { color: rgb(194,84,69); }
H1.HeaderClassName
{
color: #C25445;
}
.AnyTagClassName
{
color: #C25445;
}
</style>
background-color css
<style>
a { background-color: #C25445; }
a { background-color: rgb(194,84,69); }
div.DivClassName
{
background-color: #C25445;
}
.BgClassName
{
background-color: #C25445;
}
</style>
border-color css
<style>
span { border-color: #C25445; }
span { border-color: rgb(194,84,69); }
td.TdClassName
{
border-color: #C25445;
}
.TagClassName
{
border-color: #C25445;
}
</style>