Shades of Sunset #C14F41
Tints of Sunset #C14F41
RGB
CMYK
RGB Variations
Color information
#C14F41 (or 0xC14F41) is known color: Sunset. HEX triplet: C1, 4F and 41. RGB value is (193,79,65). Sum of RGB (Red+Green+Blue) = 193+79+65=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14F41 is #3EB0BE. Grayscale: #6F6F6F. Windows color (decimal): -4108479 or 4280257. OLE color: 4280257.
HSL color Cylindrical-coordinate representation of color #C14F41: hue angle of 6.56º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14F41 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 65 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.24 |
| HSL | 6.56º | 0.51% | 0.51% | - |
| HSV(B) | 6.56º | 0.66% | 0.76% | - |
| XYZ | 25.74 | 17.31 | 6.99 | - |
| YUV | 111.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 65 | 0 | 0.59 | 0.66 | 0.24 | 6.56 | 0.51 | 0.51 |
| Hex | C1 | 4F | 41 | 0 | 3B | 42 | 18 | 7 | 33 | 33 |
| Octal | 301 | 117 | 101 | 0 | 73 | 102 | 30 | 7 | 63 | 63 |
| Binary | 11000001 | 1001111 | 1000001 | 0 | 111011 | 1000010 | 11000 | 111 | 110011 | 110011 |
Color Harmonies of #C14F41
Complementary color
Monochromatic Colors of #C14F41
Black with #C14F41
Text Example
Text Example
White with #C14F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F41; }
p { color: rgb(193,79,65); }
H1.HeaderClassName
{
color: #C14F41;
}
.AnyTagClassName
{
color: #C14F41;
}
</style>
background-color css
<style>
a { background-color: #C14F41; }
a { background-color: rgb(193,79,65); }
div.DivClassName
{
background-color: #C14F41;
}
.BgClassName
{
background-color: #C14F41;
}
</style>
border-color css
<style>
span { border-color: #C14F41; }
span { border-color: rgb(193,79,65); }
td.TdClassName
{
border-color: #C14F41;
}
.TagClassName
{
border-color: #C14F41;
}
</style>