Shades of Sunset #C44542
Tints of Sunset #C44542
RGB
CMYK
RGB Variations
Color information
#C44542 (or 0xC44542) is known color: Sunset. HEX triplet: C4, 45 and 42. RGB value is (196,69,66). Sum of RGB (Red+Green+Blue) = 196+69+66=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44542 is #3BBABD. Grayscale: #6A6A6A. Windows color (decimal): -3914430 or 4343236. OLE color: 4343236.
HSL color Cylindrical-coordinate representation of color #C44542: hue angle of 1.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44542 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 66 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.23 |
| HSL | 1.38º | 0.52% | 0.51% | - |
| HSV(B) | 1.38º | 0.66% | 0.77% | - |
| XYZ | 25.88 | 16.39 | 6.95 | - |
| YUV | 106.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 66 | 0 | 0.65 | 0.66 | 0.23 | 1.38 | 0.52 | 0.51 |
| Hex | C4 | 45 | 42 | 0 | 41 | 42 | 17 | 1 | 34 | 33 |
| Octal | 304 | 105 | 102 | 0 | 101 | 102 | 27 | 1 | 64 | 63 |
| Binary | 11000100 | 1000101 | 1000010 | 0 | 1000001 | 1000010 | 10111 | 1 | 110100 | 110011 |
Color Harmonies of #C44542
Complementary color
Monochromatic Colors of #C44542
Black with #C44542
Text Example
Text Example
White with #C44542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44542; }
p { color: rgb(196,69,66); }
H1.HeaderClassName
{
color: #C44542;
}
.AnyTagClassName
{
color: #C44542;
}
</style>
background-color css
<style>
a { background-color: #C44542; }
a { background-color: rgb(196,69,66); }
div.DivClassName
{
background-color: #C44542;
}
.BgClassName
{
background-color: #C44542;
}
</style>
border-color css
<style>
span { border-color: #C44542; }
span { border-color: rgb(196,69,66); }
td.TdClassName
{
border-color: #C44542;
}
.TagClassName
{
border-color: #C44542;
}
</style>