Shades of Sunset #C1514D
Tints of Sunset #C1514D
RGB
CMYK
RGB Variations
Color information
#C1514D (or 0xC1514D) is known color: Sunset. HEX triplet: C1, 51 and 4D. RGB value is (193,81,77). Sum of RGB (Red+Green+Blue) = 193+81+77=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1514D is #3EAEB2. Grayscale: #727272. Windows color (decimal): -4107955 or 5067201. OLE color: 5067201.
HSL color Cylindrical-coordinate representation of color #C1514D: hue angle of 2.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1514D is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 77 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.24 |
| HSL | 2.07º | 0.48% | 0.53% | - |
| HSV(B) | 2.07º | 0.6% | 0.76% | - |
| XYZ | 26.27 | 17.76 | 9.06 | - |
| YUV | 114.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 77 | 0 | 0.58 | 0.60 | 0.24 | 2.07 | 0.48 | 0.53 |
| Hex | C1 | 51 | 4D | 0 | 3A | 3C | 18 | 2 | 30 | 35 |
| Octal | 301 | 121 | 115 | 0 | 72 | 74 | 30 | 2 | 60 | 65 |
| Binary | 11000001 | 1010001 | 1001101 | 0 | 111010 | 111100 | 11000 | 10 | 110000 | 110101 |
Color Harmonies of #C1514D
Complementary color
Monochromatic Colors of #C1514D
Black with #C1514D
Text Example
Text Example
White with #C1514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1514D; }
p { color: rgb(193,81,77); }
H1.HeaderClassName
{
color: #C1514D;
}
.AnyTagClassName
{
color: #C1514D;
}
</style>
background-color css
<style>
a { background-color: #C1514D; }
a { background-color: rgb(193,81,77); }
div.DivClassName
{
background-color: #C1514D;
}
.BgClassName
{
background-color: #C1514D;
}
</style>
border-color css
<style>
span { border-color: #C1514D; }
span { border-color: rgb(193,81,77); }
td.TdClassName
{
border-color: #C1514D;
}
.TagClassName
{
border-color: #C1514D;
}
</style>