Shades of Sunset #C74440
Tints of Sunset #C74440
RGB
CMYK
RGB Variations
Color information
#C74440 (or 0xC74440) is known color: Sunset. HEX triplet: C7, 44 and 40. RGB value is (199,68,64). Sum of RGB (Red+Green+Blue) = 199+68+64=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C74440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74440 is #38BBBF. Grayscale: #6A6A6A. Windows color (decimal): -3718080 or 4211911. OLE color: 4211911.
HSL color Cylindrical-coordinate representation of color #C74440: hue angle of 1.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74440 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 64 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.22 |
| HSL | 1.78º | 0.55% | 0.52% | - |
| HSV(B) | 1.78º | 0.68% | 0.78% | - |
| XYZ | 26.55 | 16.65 | 6.66 | - |
| YUV | 106.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 64 | 0 | 0.66 | 0.68 | 0.22 | 1.78 | 0.55 | 0.52 |
| Hex | C7 | 44 | 40 | 0 | 42 | 44 | 16 | 2 | 37 | 34 |
| Octal | 307 | 104 | 100 | 0 | 102 | 104 | 26 | 2 | 67 | 64 |
| Binary | 11000111 | 1000100 | 1000000 | 0 | 1000010 | 1000100 | 10110 | 10 | 110111 | 110100 |
Color Harmonies of #C74440
Complementary color
Monochromatic Colors of #C74440
Black with #C74440
Text Example
Text Example
White with #C74440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74440; }
p { color: rgb(199,68,64); }
H1.HeaderClassName
{
color: #C74440;
}
.AnyTagClassName
{
color: #C74440;
}
</style>
background-color css
<style>
a { background-color: #C74440; }
a { background-color: rgb(199,68,64); }
div.DivClassName
{
background-color: #C74440;
}
.BgClassName
{
background-color: #C74440;
}
</style>
border-color css
<style>
span { border-color: #C74440; }
span { border-color: rgb(199,68,64); }
td.TdClassName
{
border-color: #C74440;
}
.TagClassName
{
border-color: #C74440;
}
</style>