Shades of Sunset #C44E4D
Tints of Sunset #C44E4D
RGB
CMYK
RGB Variations
Color information
#C44E4D (or 0xC44E4D) is known color: Sunset. HEX triplet: C4, 4E and 4D. RGB value is (196,78,77). Sum of RGB (Red+Green+Blue) = 196+78+77=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E4D is #3BB1B2. Grayscale: #717171. Windows color (decimal): -3912115 or 5066436. OLE color: 5066436.
HSL color Cylindrical-coordinate representation of color #C44E4D: hue angle of 0.5º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44E4D is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 77 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.23 |
| HSL | 0.5º | 0.5% | 0.54% | - |
| HSV(B) | 0.5º | 0.61% | 0.77% | - |
| XYZ | 26.83 | 17.72 | 9.03 | - |
| YUV | 113.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 77 | 0 | 0.60 | 0.61 | 0.23 | 0.5 | 0.5 | 0.54 |
| Hex | C4 | 4E | 4D | 0 | 3C | 3D | 17 | 1 | 32 | 36 |
| Octal | 304 | 116 | 115 | 0 | 74 | 75 | 27 | 1 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1001101 | 0 | 111100 | 111101 | 10111 | 1 | 110010 | 110110 |
Color Harmonies of #C44E4D
Complementary color
Monochromatic Colors of #C44E4D
Black with #C44E4D
Text Example
Text Example
White with #C44E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E4D; }
p { color: rgb(196,78,77); }
H1.HeaderClassName
{
color: #C44E4D;
}
.AnyTagClassName
{
color: #C44E4D;
}
</style>
background-color css
<style>
a { background-color: #C44E4D; }
a { background-color: rgb(196,78,77); }
div.DivClassName
{
background-color: #C44E4D;
}
.BgClassName
{
background-color: #C44E4D;
}
</style>
border-color css
<style>
span { border-color: #C44E4D; }
span { border-color: rgb(196,78,77); }
td.TdClassName
{
border-color: #C44E4D;
}
.TagClassName
{
border-color: #C44E4D;
}
</style>