Shades of Sunset #C14947
Tints of Sunset #C14947
RGB
CMYK
RGB Variations
Color information
#C14947 (or 0xC14947) is known color: Sunset. HEX triplet: C1, 49 and 47. RGB value is (193,73,71). Sum of RGB (Red+Green+Blue) = 193+73+71=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C14947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14947 is #3EB6B8. Grayscale: #6C6C6C. Windows color (decimal): -4110009 or 4671937. OLE color: 4671937.
HSL color Cylindrical-coordinate representation of color #C14947: hue angle of 0.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14947 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 71 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.24 |
| HSL | 0.98º | 0.5% | 0.52% | - |
| HSV(B) | 0.98º | 0.63% | 0.76% | - |
| XYZ | 25.51 | 16.56 | 7.81 | - |
| YUV | 108.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 71 | 0 | 0.62 | 0.63 | 0.24 | 0.98 | 0.5 | 0.52 |
| Hex | C1 | 49 | 47 | 0 | 3E | 3F | 18 | 1 | 32 | 34 |
| Octal | 301 | 111 | 107 | 0 | 76 | 77 | 30 | 1 | 62 | 64 |
| Binary | 11000001 | 1001001 | 1000111 | 0 | 111110 | 111111 | 11000 | 1 | 110010 | 110100 |
Color Harmonies of #C14947
Complementary color
Monochromatic Colors of #C14947
Black with #C14947
Text Example
Text Example
White with #C14947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14947; }
p { color: rgb(193,73,71); }
H1.HeaderClassName
{
color: #C14947;
}
.AnyTagClassName
{
color: #C14947;
}
</style>
background-color css
<style>
a { background-color: #C14947; }
a { background-color: rgb(193,73,71); }
div.DivClassName
{
background-color: #C14947;
}
.BgClassName
{
background-color: #C14947;
}
</style>
border-color css
<style>
span { border-color: #C14947; }
span { border-color: rgb(193,73,71); }
td.TdClassName
{
border-color: #C14947;
}
.TagClassName
{
border-color: #C14947;
}
</style>