Shades of Sunset #C74741
Tints of Sunset #C74741
RGB
CMYK
RGB Variations
Color information
#C74741 (or 0xC74741) is known color: Sunset. HEX triplet: C7, 47 and 41. RGB value is (199,71,65). Sum of RGB (Red+Green+Blue) = 199+71+65=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C74741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74741 is #38B8BE. Grayscale: #6C6C6C. Windows color (decimal): -3717311 or 4278215. OLE color: 4278215.
HSL color Cylindrical-coordinate representation of color #C74741: hue angle of 2.69º 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 #C74741 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 65 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.22 |
| HSL | 2.69º | 0.54% | 0.52% | - |
| HSV(B) | 2.69º | 0.67% | 0.78% | - |
| XYZ | 26.76 | 17.03 | 6.88 | - |
| YUV | 108.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 65 | 0 | 0.64 | 0.67 | 0.22 | 2.69 | 0.54 | 0.52 |
| Hex | C7 | 47 | 41 | 0 | 40 | 43 | 16 | 3 | 36 | 34 |
| Octal | 307 | 107 | 101 | 0 | 100 | 103 | 26 | 3 | 66 | 64 |
| Binary | 11000111 | 1000111 | 1000001 | 0 | 1000000 | 1000011 | 10110 | 11 | 110110 | 110100 |
Color Harmonies of #C74741
Complementary color
Monochromatic Colors of #C74741
Black with #C74741
Text Example
Text Example
White with #C74741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74741; }
p { color: rgb(199,71,65); }
H1.HeaderClassName
{
color: #C74741;
}
.AnyTagClassName
{
color: #C74741;
}
</style>
background-color css
<style>
a { background-color: #C74741; }
a { background-color: rgb(199,71,65); }
div.DivClassName
{
background-color: #C74741;
}
.BgClassName
{
background-color: #C74741;
}
</style>
border-color css
<style>
span { border-color: #C74741; }
span { border-color: rgb(199,71,65); }
td.TdClassName
{
border-color: #C74741;
}
.TagClassName
{
border-color: #C74741;
}
</style>