Shades of Sunset #C44D41
Tints of Sunset #C44D41
RGB
CMYK
RGB Variations
Color information
#C44D41 (or 0xC44D41) is known color: Sunset. HEX triplet: C4, 4D and 41. RGB value is (196,77,65). Sum of RGB (Red+Green+Blue) = 196+77+65=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D41 is #3BB2BE. Grayscale: #6F6F6F. Windows color (decimal): -3912383 or 4279748. OLE color: 4279748.
HSL color Cylindrical-coordinate representation of color #C44D41: hue angle of 5.5º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44D41 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 65 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.23 |
| HSL | 5.5º | 0.53% | 0.51% | - |
| HSV(B) | 5.5º | 0.67% | 0.77% | - |
| XYZ | 26.37 | 17.43 | 6.97 | - |
| YUV | 111.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 65 | 0 | 0.61 | 0.67 | 0.23 | 5.5 | 0.53 | 0.51 |
| Hex | C4 | 4D | 41 | 0 | 3D | 43 | 17 | 5 | 35 | 33 |
| Octal | 304 | 115 | 101 | 0 | 75 | 103 | 27 | 5 | 65 | 63 |
| Binary | 11000100 | 1001101 | 1000001 | 0 | 111101 | 1000011 | 10111 | 101 | 110101 | 110011 |
Color Harmonies of #C44D41
Complementary color
Monochromatic Colors of #C44D41
Black with #C44D41
Text Example
Text Example
White with #C44D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D41; }
p { color: rgb(196,77,65); }
H1.HeaderClassName
{
color: #C44D41;
}
.AnyTagClassName
{
color: #C44D41;
}
</style>
background-color css
<style>
a { background-color: #C44D41; }
a { background-color: rgb(196,77,65); }
div.DivClassName
{
background-color: #C44D41;
}
.BgClassName
{
background-color: #C44D41;
}
</style>
border-color css
<style>
span { border-color: #C44D41; }
span { border-color: rgb(196,77,65); }
td.TdClassName
{
border-color: #C44D41;
}
.TagClassName
{
border-color: #C44D41;
}
</style>