Shades of Sunset #C25344
Tints of Sunset #C25344
RGB
CMYK
RGB Variations
Color information
#C25344 (or 0xC25344) is known color: Sunset. HEX triplet: C2, 53 and 44. RGB value is (194,83,68). Sum of RGB (Red+Green+Blue) = 194+83+68=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25344 is #3DACBB. Grayscale: #727272. Windows color (decimal): -4041916 or 4477890. OLE color: 4477890.
HSL color Cylindrical-coordinate representation of color #C25344: hue angle of 7.14º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C25344 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 68 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.24 |
| HSL | 7.14º | 0.51% | 0.51% | - |
| HSV(B) | 7.14º | 0.65% | 0.76% | - |
| XYZ | 26.38 | 18.07 | 7.57 | - |
| YUV | 114.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 68 | 0 | 0.57 | 0.65 | 0.24 | 7.14 | 0.51 | 0.51 |
| Hex | C2 | 53 | 44 | 0 | 39 | 41 | 18 | 7 | 33 | 33 |
| Octal | 302 | 123 | 104 | 0 | 71 | 101 | 30 | 7 | 63 | 63 |
| Binary | 11000010 | 1010011 | 1000100 | 0 | 111001 | 1000001 | 11000 | 111 | 110011 | 110011 |
Color Harmonies of #C25344
Complementary color
Monochromatic Colors of #C25344
Black with #C25344
Text Example
Text Example
White with #C25344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25344; }
p { color: rgb(194,83,68); }
H1.HeaderClassName
{
color: #C25344;
}
.AnyTagClassName
{
color: #C25344;
}
</style>
background-color css
<style>
a { background-color: #C25344; }
a { background-color: rgb(194,83,68); }
div.DivClassName
{
background-color: #C25344;
}
.BgClassName
{
background-color: #C25344;
}
</style>
border-color css
<style>
span { border-color: #C25344; }
span { border-color: rgb(194,83,68); }
td.TdClassName
{
border-color: #C25344;
}
.TagClassName
{
border-color: #C25344;
}
</style>