Shades of Sunset #C44641
Tints of Sunset #C44641
RGB
CMYK
RGB Variations
Color information
#C44641 (or 0xC44641) is known color: Sunset. HEX triplet: C4, 46 and 41. RGB value is (196,70,65). Sum of RGB (Red+Green+Blue) = 196+70+65=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44641 is #3BB9BE. Grayscale: #6B6B6B. Windows color (decimal): -3914175 or 4277956. OLE color: 4277956.
HSL color Cylindrical-coordinate representation of color #C44641: hue angle of 2.29º 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 #C44641 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 65 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.23 |
| HSL | 2.29º | 0.53% | 0.51% | - |
| HSV(B) | 2.29º | 0.67% | 0.77% | - |
| XYZ | 25.91 | 16.5 | 6.82 | - |
| YUV | 107.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 65 | 0 | 0.64 | 0.67 | 0.23 | 2.29 | 0.53 | 0.51 |
| Hex | C4 | 46 | 41 | 0 | 40 | 43 | 17 | 2 | 35 | 33 |
| Octal | 304 | 106 | 101 | 0 | 100 | 103 | 27 | 2 | 65 | 63 |
| Binary | 11000100 | 1000110 | 1000001 | 0 | 1000000 | 1000011 | 10111 | 10 | 110101 | 110011 |
Color Harmonies of #C44641
Complementary color
Monochromatic Colors of #C44641
Black with #C44641
Text Example
Text Example
White with #C44641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44641; }
p { color: rgb(196,70,65); }
H1.HeaderClassName
{
color: #C44641;
}
.AnyTagClassName
{
color: #C44641;
}
</style>
background-color css
<style>
a { background-color: #C44641; }
a { background-color: rgb(196,70,65); }
div.DivClassName
{
background-color: #C44641;
}
.BgClassName
{
background-color: #C44641;
}
</style>
border-color css
<style>
span { border-color: #C44641; }
span { border-color: rgb(196,70,65); }
td.TdClassName
{
border-color: #C44641;
}
.TagClassName
{
border-color: #C44641;
}
</style>