Shades of Sunset #C3514D
Tints of Sunset #C3514D
RGB
CMYK
RGB Variations
Color information
#C3514D (or 0xC3514D) is known color: Sunset. HEX triplet: C3, 51 and 4D. RGB value is (195,81,77). Sum of RGB (Red+Green+Blue) = 195+81+77=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3514D is #3CAEB2. Grayscale: #727272. Windows color (decimal): -3976883 or 5067203. OLE color: 5067203.
HSL color Cylindrical-coordinate representation of color #C3514D: hue angle of 2.03º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3514D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 77 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.24 |
| HSL | 2.03º | 0.5% | 0.53% | - |
| HSV(B) | 2.03º | 0.61% | 0.76% | - |
| XYZ | 26.79 | 18.02 | 9.09 | - |
| YUV | 114.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 77 | 0 | 0.58 | 0.61 | 0.24 | 2.03 | 0.5 | 0.53 |
| Hex | C3 | 51 | 4D | 0 | 3A | 3D | 18 | 2 | 32 | 35 |
| Octal | 303 | 121 | 115 | 0 | 72 | 75 | 30 | 2 | 62 | 65 |
| Binary | 11000011 | 1010001 | 1001101 | 0 | 111010 | 111101 | 11000 | 10 | 110010 | 110101 |
Color Harmonies of #C3514D
Complementary color
Monochromatic Colors of #C3514D
Black with #C3514D
Text Example
Text Example
White with #C3514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3514D; }
p { color: rgb(195,81,77); }
H1.HeaderClassName
{
color: #C3514D;
}
.AnyTagClassName
{
color: #C3514D;
}
</style>
background-color css
<style>
a { background-color: #C3514D; }
a { background-color: rgb(195,81,77); }
div.DivClassName
{
background-color: #C3514D;
}
.BgClassName
{
background-color: #C3514D;
}
</style>
border-color css
<style>
span { border-color: #C3514D; }
span { border-color: rgb(195,81,77); }
td.TdClassName
{
border-color: #C3514D;
}
.TagClassName
{
border-color: #C3514D;
}
</style>