Shades of Sunset #C34641
Tints of Sunset #C34641
RGB
CMYK
RGB Variations
Color information
#C34641 (or 0xC34641) is known color: Sunset. HEX triplet: C3, 46 and 41. RGB value is (195,70,65). Sum of RGB (Red+Green+Blue) = 195+70+65=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C34641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34641 is #3CB9BE. Grayscale: #6A6A6A. Windows color (decimal): -3979711 or 4277955. OLE color: 4277955.
HSL color Cylindrical-coordinate representation of color #C34641: hue angle of 2.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34641 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 65 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.24 |
| HSL | 2.31º | 0.52% | 0.51% | - |
| HSV(B) | 2.31º | 0.67% | 0.76% | - |
| XYZ | 25.65 | 16.36 | 6.81 | - |
| YUV | 106.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 65 | 0 | 0.64 | 0.67 | 0.24 | 2.31 | 0.52 | 0.51 |
| Hex | C3 | 46 | 41 | 0 | 40 | 43 | 18 | 2 | 34 | 33 |
| Octal | 303 | 106 | 101 | 0 | 100 | 103 | 30 | 2 | 64 | 63 |
| Binary | 11000011 | 1000110 | 1000001 | 0 | 1000000 | 1000011 | 11000 | 10 | 110100 | 110011 |
Color Harmonies of #C34641
Complementary color
Monochromatic Colors of #C34641
Black with #C34641
Text Example
Text Example
White with #C34641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34641; }
p { color: rgb(195,70,65); }
H1.HeaderClassName
{
color: #C34641;
}
.AnyTagClassName
{
color: #C34641;
}
</style>
background-color css
<style>
a { background-color: #C34641; }
a { background-color: rgb(195,70,65); }
div.DivClassName
{
background-color: #C34641;
}
.BgClassName
{
background-color: #C34641;
}
</style>
border-color css
<style>
span { border-color: #C34641; }
span { border-color: rgb(195,70,65); }
td.TdClassName
{
border-color: #C34641;
}
.TagClassName
{
border-color: #C34641;
}
</style>