Shades of Sunset #C34844
Tints of Sunset #C34844
RGB
CMYK
RGB Variations
Color information
#C34844 (or 0xC34844) is known color: Sunset. HEX triplet: C3, 48 and 44. RGB value is (195,72,68). Sum of RGB (Red+Green+Blue) = 195+72+68=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C34844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34844 is #3CB7BB. Grayscale: #6C6C6C. Windows color (decimal): -3979196 or 4475075. OLE color: 4475075.
HSL color Cylindrical-coordinate representation of color #C34844: hue angle of 1.89º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34844 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 68 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.24 |
| HSL | 1.89º | 0.51% | 0.52% | - |
| HSV(B) | 1.89º | 0.65% | 0.76% | - |
| XYZ | 25.87 | 16.65 | 7.32 | - |
| YUV | 108.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 68 | 0 | 0.63 | 0.65 | 0.24 | 1.89 | 0.51 | 0.52 |
| Hex | C3 | 48 | 44 | 0 | 3F | 41 | 18 | 2 | 33 | 34 |
| Octal | 303 | 110 | 104 | 0 | 77 | 101 | 30 | 2 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1000100 | 0 | 111111 | 1000001 | 11000 | 10 | 110011 | 110100 |
Color Harmonies of #C34844
Complementary color
Monochromatic Colors of #C34844
Black with #C34844
Text Example
Text Example
White with #C34844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34844; }
p { color: rgb(195,72,68); }
H1.HeaderClassName
{
color: #C34844;
}
.AnyTagClassName
{
color: #C34844;
}
</style>
background-color css
<style>
a { background-color: #C34844; }
a { background-color: rgb(195,72,68); }
div.DivClassName
{
background-color: #C34844;
}
.BgClassName
{
background-color: #C34844;
}
</style>
border-color css
<style>
span { border-color: #C34844; }
span { border-color: rgb(195,72,68); }
td.TdClassName
{
border-color: #C34844;
}
.TagClassName
{
border-color: #C34844;
}
</style>