Shades of Sunset #C14E43
Tints of Sunset #C14E43
RGB
CMYK
RGB Variations
Color information
#C14E43 (or 0xC14E43) is known color: Sunset. HEX triplet: C1, 4E and 43. RGB value is (193,78,67). Sum of RGB (Red+Green+Blue) = 193+78+67=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E43 is #3EB1BC. Grayscale: #6F6F6F. Windows color (decimal): -4108733 or 4411073. OLE color: 4411073.
HSL color Cylindrical-coordinate representation of color #C14E43: hue angle of 5.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14E43 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 67 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.24 |
| HSL | 5.24º | 0.5% | 0.51% | - |
| HSV(B) | 5.24º | 0.65% | 0.76% | - |
| XYZ | 25.73 | 17.19 | 7.27 | - |
| YUV | 111.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 67 | 0 | 0.60 | 0.65 | 0.24 | 5.24 | 0.5 | 0.51 |
| Hex | C1 | 4E | 43 | 0 | 3C | 41 | 18 | 5 | 32 | 33 |
| Octal | 301 | 116 | 103 | 0 | 74 | 101 | 30 | 5 | 62 | 63 |
| Binary | 11000001 | 1001110 | 1000011 | 0 | 111100 | 1000001 | 11000 | 101 | 110010 | 110011 |
Color Harmonies of #C14E43
Complementary color
Monochromatic Colors of #C14E43
Black with #C14E43
Text Example
Text Example
White with #C14E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E43; }
p { color: rgb(193,78,67); }
H1.HeaderClassName
{
color: #C14E43;
}
.AnyTagClassName
{
color: #C14E43;
}
</style>
background-color css
<style>
a { background-color: #C14E43; }
a { background-color: rgb(193,78,67); }
div.DivClassName
{
background-color: #C14E43;
}
.BgClassName
{
background-color: #C14E43;
}
</style>
border-color css
<style>
span { border-color: #C14E43; }
span { border-color: rgb(193,78,67); }
td.TdClassName
{
border-color: #C14E43;
}
.TagClassName
{
border-color: #C14E43;
}
</style>