Shades of Sunset #C34E4D
Tints of Sunset #C34E4D
RGB
CMYK
RGB Variations
Color information
#C34E4D (or 0xC34E4D) is known color: Sunset. HEX triplet: C3, 4E and 4D. RGB value is (195,78,77). Sum of RGB (Red+Green+Blue) = 195+78+77=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E4D is #3CB1B2. Grayscale: #707070. Windows color (decimal): -3977651 or 5066435. OLE color: 5066435.
HSL color Cylindrical-coordinate representation of color #C34E4D: hue angle of 0.51º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34E4D is Cyan = 0, Magento = 0.6, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 77 | - |
| CMYK | 0 | 0.6 | 0.61 | 0.24 |
| HSL | 0.51º | 0.5% | 0.53% | - |
| HSV(B) | 0.51º | 0.61% | 0.76% | - |
| XYZ | 26.57 | 17.59 | 9.02 | - |
| YUV | 112.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 77 | 0 | 0.6 | 0.61 | 0.24 | 0.51 | 0.5 | 0.53 |
| Hex | C3 | 4E | 4D | 0 | 3C | 3D | 18 | 1 | 32 | 35 |
| Octal | 303 | 116 | 115 | 0 | 74 | 75 | 30 | 1 | 62 | 65 |
| Binary | 11000011 | 1001110 | 1001101 | 0 | 111100 | 111101 | 11000 | 1 | 110010 | 110101 |
Color Harmonies of #C34E4D
Complementary color
Monochromatic Colors of #C34E4D
Black with #C34E4D
Text Example
Text Example
White with #C34E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E4D; }
p { color: rgb(195,78,77); }
H1.HeaderClassName
{
color: #C34E4D;
}
.AnyTagClassName
{
color: #C34E4D;
}
</style>
background-color css
<style>
a { background-color: #C34E4D; }
a { background-color: rgb(195,78,77); }
div.DivClassName
{
background-color: #C34E4D;
}
.BgClassName
{
background-color: #C34E4D;
}
</style>
border-color css
<style>
span { border-color: #C34E4D; }
span { border-color: rgb(195,78,77); }
td.TdClassName
{
border-color: #C34E4D;
}
.TagClassName
{
border-color: #C34E4D;
}
</style>