Shades of Sunset #C14C40
Tints of Sunset #C14C40
RGB
CMYK
RGB Variations
Color information
#C14C40 (or 0xC14C40) is known color: Sunset. HEX triplet: C1, 4C and 40. RGB value is (193,76,64). Sum of RGB (Red+Green+Blue) = 193+76+64=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C40 is #3EB3BF. Grayscale: #6D6D6D. Windows color (decimal): -4109248 or 4213953. OLE color: 4213953.
HSL color Cylindrical-coordinate representation of color #C14C40: hue angle of 5.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14C40 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 64 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.24 |
| HSL | 5.58º | 0.51% | 0.5% | - |
| HSV(B) | 5.58º | 0.67% | 0.76% | - |
| XYZ | 25.5 | 16.88 | 6.76 | - |
| YUV | 109.62 | 102.26 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 64 | 0 | 0.61 | 0.67 | 0.24 | 5.58 | 0.51 | 0.5 |
| Hex | C1 | 4C | 40 | 0 | 3D | 43 | 18 | 6 | 33 | 32 |
| Octal | 301 | 114 | 100 | 0 | 75 | 103 | 30 | 6 | 63 | 62 |
| Binary | 11000001 | 1001100 | 1000000 | 0 | 111101 | 1000011 | 11000 | 110 | 110011 | 110010 |
Color Harmonies of #C14C40
Complementary color
Monochromatic Colors of #C14C40
Black with #C14C40
Text Example
Text Example
White with #C14C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C40; }
p { color: rgb(193,76,64); }
H1.HeaderClassName
{
color: #C14C40;
}
.AnyTagClassName
{
color: #C14C40;
}
</style>
background-color css
<style>
a { background-color: #C14C40; }
a { background-color: rgb(193,76,64); }
div.DivClassName
{
background-color: #C14C40;
}
.BgClassName
{
background-color: #C14C40;
}
</style>
border-color css
<style>
span { border-color: #C14C40; }
span { border-color: rgb(193,76,64); }
td.TdClassName
{
border-color: #C14C40;
}
.TagClassName
{
border-color: #C14C40;
}
</style>