Shades of Sunset #C74841
Tints of Sunset #C74841
RGB
CMYK
RGB Variations
Color information
#C74841 (or 0xC74841) is known color: Sunset. HEX triplet: C7, 48 and 41. RGB value is (199,72,65). Sum of RGB (Red+Green+Blue) = 199+72+65=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C74841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74841 is #38B7BE. Grayscale: #6D6D6D. Windows color (decimal): -3717055 or 4278471. OLE color: 4278471.
HSL color Cylindrical-coordinate representation of color #C74841: hue angle of 3.13º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74841 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 65 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.22 |
| HSL | 3.13º | 0.54% | 0.52% | - |
| HSV(B) | 3.13º | 0.67% | 0.78% | - |
| XYZ | 26.82 | 17.16 | 6.9 | - |
| YUV | 109.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 65 | 0 | 0.64 | 0.67 | 0.22 | 3.13 | 0.54 | 0.52 |
| Hex | C7 | 48 | 41 | 0 | 40 | 43 | 16 | 3 | 36 | 34 |
| Octal | 307 | 110 | 101 | 0 | 100 | 103 | 26 | 3 | 66 | 64 |
| Binary | 11000111 | 1001000 | 1000001 | 0 | 1000000 | 1000011 | 10110 | 11 | 110110 | 110100 |
Color Harmonies of #C74841
Complementary color
Monochromatic Colors of #C74841
Black with #C74841
Text Example
Text Example
White with #C74841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74841; }
p { color: rgb(199,72,65); }
H1.HeaderClassName
{
color: #C74841;
}
.AnyTagClassName
{
color: #C74841;
}
</style>
background-color css
<style>
a { background-color: #C74841; }
a { background-color: rgb(199,72,65); }
div.DivClassName
{
background-color: #C74841;
}
.BgClassName
{
background-color: #C74841;
}
</style>
border-color css
<style>
span { border-color: #C74841; }
span { border-color: rgb(199,72,65); }
td.TdClassName
{
border-color: #C74841;
}
.TagClassName
{
border-color: #C74841;
}
</style>