Shades of Sunset #C14D4D
Tints of Sunset #C14D4D
RGB
CMYK
RGB Variations
Color information
#C14D4D (or 0xC14D4D) is known color: Sunset. HEX triplet: C1, 4D and 4D. RGB value is (193,77,77). Sum of RGB (Red+Green+Blue) = 193+77+77=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D4D is #3EB2B2. Grayscale: #6F6F6F. Windows color (decimal): -4108979 or 5066177. OLE color: 5066177.
HSL color Cylindrical-coordinate representation of color #C14D4D: hue angle of 0º 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 #C14D4D is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 77 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.24 |
| HSL | 0º | 0.48% | 0.53% | - |
| HSV(B) | 0º | 0.6% | 0.76% | - |
| XYZ | 25.99 | 17.18 | 8.97 | - |
| YUV | 111.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 77 | 0 | 0.60 | 0.60 | 0.24 | 0 | 0.48 | 0.53 |
| Hex | C1 | 4D | 4D | 0 | 3C | 3C | 18 | 0 | 30 | 35 |
| Octal | 301 | 115 | 115 | 0 | 74 | 74 | 30 | 0 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1001101 | 0 | 111100 | 111100 | 11000 | 0 | 110000 | 110101 |
Color Harmonies of #C14D4D
Complementary color
Monochromatic Colors of #C14D4D
Black with #C14D4D
Text Example
Text Example
White with #C14D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D4D; }
p { color: rgb(193,77,77); }
H1.HeaderClassName
{
color: #C14D4D;
}
.AnyTagClassName
{
color: #C14D4D;
}
</style>
background-color css
<style>
a { background-color: #C14D4D; }
a { background-color: rgb(193,77,77); }
div.DivClassName
{
background-color: #C14D4D;
}
.BgClassName
{
background-color: #C14D4D;
}
</style>
border-color css
<style>
span { border-color: #C14D4D; }
span { border-color: rgb(193,77,77); }
td.TdClassName
{
border-color: #C14D4D;
}
.TagClassName
{
border-color: #C14D4D;
}
</style>