Shades of Sunset #C64241
Tints of Sunset #C64241
RGB
CMYK
RGB Variations
Color information
#C64241 (or 0xC64241) is known color: Sunset. HEX triplet: C6, 42 and 41. RGB value is (198,66,65). Sum of RGB (Red+Green+Blue) = 198+66+65=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C64241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64241 is #39BDBE. Grayscale: #696969. Windows color (decimal): -3784127 or 4276934. OLE color: 4276934.
HSL color Cylindrical-coordinate representation of color #C64241: hue angle of 0.45º 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 #C64241 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 65 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.22 |
| HSL | 0.45º | 0.54% | 0.52% | - |
| HSV(B) | 0.45º | 0.67% | 0.78% | - |
| XYZ | 26.19 | 16.28 | 6.76 | - |
| YUV | 105.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 65 | 0 | 0.67 | 0.67 | 0.22 | 0.45 | 0.54 | 0.52 |
| Hex | C6 | 42 | 41 | 0 | 43 | 43 | 16 | 0 | 36 | 34 |
| Octal | 306 | 102 | 101 | 0 | 103 | 103 | 26 | 0 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1000001 | 0 | 1000011 | 1000011 | 10110 | 0 | 110110 | 110100 |
Color Harmonies of #C64241
Complementary color
Monochromatic Colors of #C64241
Black with #C64241
Text Example
Text Example
White with #C64241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64241; }
p { color: rgb(198,66,65); }
H1.HeaderClassName
{
color: #C64241;
}
.AnyTagClassName
{
color: #C64241;
}
</style>
background-color css
<style>
a { background-color: #C64241; }
a { background-color: rgb(198,66,65); }
div.DivClassName
{
background-color: #C64241;
}
.BgClassName
{
background-color: #C64241;
}
</style>
border-color css
<style>
span { border-color: #C64241; }
span { border-color: rgb(198,66,65); }
td.TdClassName
{
border-color: #C64241;
}
.TagClassName
{
border-color: #C64241;
}
</style>