Shades of Sunset #C44A41
Tints of Sunset #C44A41
RGB
CMYK
RGB Variations
Color information
#C44A41 (or 0xC44A41) is known color: Sunset. HEX triplet: C4, 4A and 41. RGB value is (196,74,65). Sum of RGB (Red+Green+Blue) = 196+74+65=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A41 is #3BB5BE. Grayscale: #6D6D6D. Windows color (decimal): -3913151 or 4278980. OLE color: 4278980.
HSL color Cylindrical-coordinate representation of color #C44A41: hue angle of 4.12º 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 #C44A41 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 65 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.23 |
| HSL | 4.12º | 0.53% | 0.51% | - |
| HSV(B) | 4.12º | 0.67% | 0.77% | - |
| XYZ | 26.17 | 17.01 | 6.91 | - |
| YUV | 109.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 65 | 0 | 0.62 | 0.67 | 0.23 | 4.12 | 0.53 | 0.51 |
| Hex | C4 | 4A | 41 | 0 | 3E | 43 | 17 | 4 | 35 | 33 |
| Octal | 304 | 112 | 101 | 0 | 76 | 103 | 27 | 4 | 65 | 63 |
| Binary | 11000100 | 1001010 | 1000001 | 0 | 111110 | 1000011 | 10111 | 100 | 110101 | 110011 |
Color Harmonies of #C44A41
Complementary color
Monochromatic Colors of #C44A41
Black with #C44A41
Text Example
Text Example
White with #C44A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A41; }
p { color: rgb(196,74,65); }
H1.HeaderClassName
{
color: #C44A41;
}
.AnyTagClassName
{
color: #C44A41;
}
</style>
background-color css
<style>
a { background-color: #C44A41; }
a { background-color: rgb(196,74,65); }
div.DivClassName
{
background-color: #C44A41;
}
.BgClassName
{
background-color: #C44A41;
}
</style>
border-color css
<style>
span { border-color: #C44A41; }
span { border-color: rgb(196,74,65); }
td.TdClassName
{
border-color: #C44A41;
}
.TagClassName
{
border-color: #C44A41;
}
</style>