Shades of Sunset #C34B40
Tints of Sunset #C34B40
RGB
CMYK
RGB Variations
Color information
#C34B40 (or 0xC34B40) is known color: Sunset. HEX triplet: C3, 4B and 40. RGB value is (195,75,64). Sum of RGB (Red+Green+Blue) = 195+75+64=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B40 is #3CB4BF. Grayscale: #6D6D6D. Windows color (decimal): -3978432 or 4213699. OLE color: 4213699.
HSL color Cylindrical-coordinate representation of color #C34B40: hue angle of 5.04º 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 #C34B40 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 64 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.24 |
| HSL | 5.04º | 0.52% | 0.51% | - |
| HSV(B) | 5.04º | 0.67% | 0.76% | - |
| XYZ | 25.95 | 17 | 6.77 | - |
| YUV | 109.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 64 | 0 | 0.62 | 0.67 | 0.24 | 5.04 | 0.52 | 0.51 |
| Hex | C3 | 4B | 40 | 0 | 3E | 43 | 18 | 5 | 34 | 33 |
| Octal | 303 | 113 | 100 | 0 | 76 | 103 | 30 | 5 | 64 | 63 |
| Binary | 11000011 | 1001011 | 1000000 | 0 | 111110 | 1000011 | 11000 | 101 | 110100 | 110011 |
Color Harmonies of #C34B40
Complementary color
Monochromatic Colors of #C34B40
Black with #C34B40
Text Example
Text Example
White with #C34B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B40; }
p { color: rgb(195,75,64); }
H1.HeaderClassName
{
color: #C34B40;
}
.AnyTagClassName
{
color: #C34B40;
}
</style>
background-color css
<style>
a { background-color: #C34B40; }
a { background-color: rgb(195,75,64); }
div.DivClassName
{
background-color: #C34B40;
}
.BgClassName
{
background-color: #C34B40;
}
</style>
border-color css
<style>
span { border-color: #C34B40; }
span { border-color: rgb(195,75,64); }
td.TdClassName
{
border-color: #C34B40;
}
.TagClassName
{
border-color: #C34B40;
}
</style>