Shades of Sunset #C2514B
Tints of Sunset #C2514B
RGB
CMYK
RGB Variations
Color information
#C2514B (or 0xC2514B) is known color: Sunset. HEX triplet: C2, 51 and 4B. RGB value is (194,81,75). Sum of RGB (Red+Green+Blue) = 194+81+75=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2514B is #3DAEB4. Grayscale: #727272. Windows color (decimal): -4042421 or 4936130. OLE color: 4936130.
HSL color Cylindrical-coordinate representation of color #C2514B: hue angle of 3.03º 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 #C2514B is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 75 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.24 |
| HSL | 3.03º | 0.49% | 0.53% | - |
| HSV(B) | 3.03º | 0.61% | 0.76% | - |
| XYZ | 26.46 | 17.86 | 8.71 | - |
| YUV | 114.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 75 | 0 | 0.58 | 0.61 | 0.24 | 3.03 | 0.49 | 0.53 |
| Hex | C2 | 51 | 4B | 0 | 3A | 3D | 18 | 3 | 31 | 35 |
| Octal | 302 | 121 | 113 | 0 | 72 | 75 | 30 | 3 | 61 | 65 |
| Binary | 11000010 | 1010001 | 1001011 | 0 | 111010 | 111101 | 11000 | 11 | 110001 | 110101 |
Color Harmonies of #C2514B
Complementary color
Monochromatic Colors of #C2514B
Black with #C2514B
Text Example
Text Example
White with #C2514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2514B; }
p { color: rgb(194,81,75); }
H1.HeaderClassName
{
color: #C2514B;
}
.AnyTagClassName
{
color: #C2514B;
}
</style>
background-color css
<style>
a { background-color: #C2514B; }
a { background-color: rgb(194,81,75); }
div.DivClassName
{
background-color: #C2514B;
}
.BgClassName
{
background-color: #C2514B;
}
</style>
border-color css
<style>
span { border-color: #C2514B; }
span { border-color: rgb(194,81,75); }
td.TdClassName
{
border-color: #C2514B;
}
.TagClassName
{
border-color: #C2514B;
}
</style>