Shades of Sunset #C74E4D
Tints of Sunset #C74E4D
RGB
CMYK
RGB Variations
Color information
#C74E4D (or 0xC74E4D) is known color: Sunset. HEX triplet: C7, 4E and 4D. RGB value is (199,78,77). Sum of RGB (Red+Green+Blue) = 199+78+77=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E4D is #38B1B2. Grayscale: #727272. Windows color (decimal): -3715507 or 5066439. OLE color: 5066439.
HSL color Cylindrical-coordinate representation of color #C74E4D: hue angle of 0.49º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74E4D is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 77 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.22 |
| HSL | 0.49º | 0.52% | 0.54% | - |
| HSV(B) | 0.49º | 0.61% | 0.78% | - |
| XYZ | 27.62 | 18.13 | 9.06 | - |
| YUV | 114.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 77 | 0 | 0.61 | 0.61 | 0.22 | 0.49 | 0.52 | 0.54 |
| Hex | C7 | 4E | 4D | 0 | 3D | 3D | 16 | 0 | 34 | 36 |
| Octal | 307 | 116 | 115 | 0 | 75 | 75 | 26 | 0 | 64 | 66 |
| Binary | 11000111 | 1001110 | 1001101 | 0 | 111101 | 111101 | 10110 | 0 | 110100 | 110110 |
Color Harmonies of #C74E4D
Complementary color
Monochromatic Colors of #C74E4D
Black with #C74E4D
Text Example
Text Example
White with #C74E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E4D; }
p { color: rgb(199,78,77); }
H1.HeaderClassName
{
color: #C74E4D;
}
.AnyTagClassName
{
color: #C74E4D;
}
</style>
background-color css
<style>
a { background-color: #C74E4D; }
a { background-color: rgb(199,78,77); }
div.DivClassName
{
background-color: #C74E4D;
}
.BgClassName
{
background-color: #C74E4D;
}
</style>
border-color css
<style>
span { border-color: #C74E4D; }
span { border-color: rgb(199,78,77); }
td.TdClassName
{
border-color: #C74E4D;
}
.TagClassName
{
border-color: #C74E4D;
}
</style>