Shades of Sunset #C24B45
Tints of Sunset #C24B45
RGB
CMYK
RGB Variations
Color information
#C24B45 (or 0xC24B45) is known color: Sunset. HEX triplet: C2, 4B and 45. RGB value is (194,75,69). Sum of RGB (Red+Green+Blue) = 194+75+69=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B45 is #3DB4BA. Grayscale: #6E6E6E. Windows color (decimal): -4043963 or 4541378. OLE color: 4541378.
HSL color Cylindrical-coordinate representation of color #C24B45: hue angle of 2.88º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24B45 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 69 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.24 |
| HSL | 2.88º | 0.51% | 0.52% | - |
| HSV(B) | 2.88º | 0.64% | 0.76% | - |
| XYZ | 25.84 | 16.93 | 7.54 | - |
| YUV | 109.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 69 | 0 | 0.61 | 0.64 | 0.24 | 2.88 | 0.51 | 0.52 |
| Hex | C2 | 4B | 45 | 0 | 3D | 40 | 18 | 3 | 33 | 34 |
| Octal | 302 | 113 | 105 | 0 | 75 | 100 | 30 | 3 | 63 | 64 |
| Binary | 11000010 | 1001011 | 1000101 | 0 | 111101 | 1000000 | 11000 | 11 | 110011 | 110100 |
Color Harmonies of #C24B45
Complementary color
Monochromatic Colors of #C24B45
Black with #C24B45
Text Example
Text Example
White with #C24B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B45; }
p { color: rgb(194,75,69); }
H1.HeaderClassName
{
color: #C24B45;
}
.AnyTagClassName
{
color: #C24B45;
}
</style>
background-color css
<style>
a { background-color: #C24B45; }
a { background-color: rgb(194,75,69); }
div.DivClassName
{
background-color: #C24B45;
}
.BgClassName
{
background-color: #C24B45;
}
</style>
border-color css
<style>
span { border-color: #C24B45; }
span { border-color: rgb(194,75,69); }
td.TdClassName
{
border-color: #C24B45;
}
.TagClassName
{
border-color: #C24B45;
}
</style>