Shades of Sunset #C1514B
Tints of Sunset #C1514B
RGB
CMYK
RGB Variations
Color information
#C1514B (or 0xC1514B) is known color: Sunset. HEX triplet: C1, 51 and 4B. RGB value is (193,81,75). Sum of RGB (Red+Green+Blue) = 193+81+75=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1514B is #3EAEB4. Grayscale: #717171. Windows color (decimal): -4107957 or 4936129. OLE color: 4936129.
HSL color Cylindrical-coordinate representation of color #C1514B: hue angle of 3.05º degrees, saturation: 0.49, 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 #C1514B is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 75 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.24 |
| HSL | 3.05º | 0.49% | 0.53% | - |
| HSV(B) | 3.05º | 0.61% | 0.76% | - |
| XYZ | 26.2 | 17.73 | 8.7 | - |
| YUV | 113.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 75 | 0 | 0.58 | 0.61 | 0.24 | 3.05 | 0.49 | 0.53 |
| Hex | C1 | 51 | 4B | 0 | 3A | 3D | 18 | 3 | 31 | 35 |
| Octal | 301 | 121 | 113 | 0 | 72 | 75 | 30 | 3 | 61 | 65 |
| Binary | 11000001 | 1010001 | 1001011 | 0 | 111010 | 111101 | 11000 | 11 | 110001 | 110101 |
Color Harmonies of #C1514B
Complementary color
Monochromatic Colors of #C1514B
Black with #C1514B
Text Example
Text Example
White with #C1514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1514B; }
p { color: rgb(193,81,75); }
H1.HeaderClassName
{
color: #C1514B;
}
.AnyTagClassName
{
color: #C1514B;
}
</style>
background-color css
<style>
a { background-color: #C1514B; }
a { background-color: rgb(193,81,75); }
div.DivClassName
{
background-color: #C1514B;
}
.BgClassName
{
background-color: #C1514B;
}
</style>
border-color css
<style>
span { border-color: #C1514B; }
span { border-color: rgb(193,81,75); }
td.TdClassName
{
border-color: #C1514B;
}
.TagClassName
{
border-color: #C1514B;
}
</style>