Shades of Sunset #C24F4B
Tints of Sunset #C24F4B
RGB
CMYK
RGB Variations
Color information
#C24F4B (or 0xC24F4B) is known color: Sunset. HEX triplet: C2, 4F and 4B. RGB value is (194,79,75). Sum of RGB (Red+Green+Blue) = 194+79+75=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F4B is #3DB0B4. Grayscale: #717171. Windows color (decimal): -4042933 or 4935618. OLE color: 4935618.
HSL color Cylindrical-coordinate representation of color #C24F4B: hue angle of 2.02º degrees, saturation: 0.49, 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 #C24F4B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 75 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.24 |
| HSL | 2.02º | 0.49% | 0.53% | - |
| HSV(B) | 2.02º | 0.61% | 0.76% | - |
| XYZ | 26.31 | 17.57 | 8.66 | - |
| YUV | 112.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 75 | 0 | 0.59 | 0.61 | 0.24 | 2.02 | 0.49 | 0.53 |
| Hex | C2 | 4F | 4B | 0 | 3B | 3D | 18 | 2 | 31 | 35 |
| Octal | 302 | 117 | 113 | 0 | 73 | 75 | 30 | 2 | 61 | 65 |
| Binary | 11000010 | 1001111 | 1001011 | 0 | 111011 | 111101 | 11000 | 10 | 110001 | 110101 |
Color Harmonies of #C24F4B
Complementary color
Monochromatic Colors of #C24F4B
Black with #C24F4B
Text Example
Text Example
White with #C24F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F4B; }
p { color: rgb(194,79,75); }
H1.HeaderClassName
{
color: #C24F4B;
}
.AnyTagClassName
{
color: #C24F4B;
}
</style>
background-color css
<style>
a { background-color: #C24F4B; }
a { background-color: rgb(194,79,75); }
div.DivClassName
{
background-color: #C24F4B;
}
.BgClassName
{
background-color: #C24F4B;
}
</style>
border-color css
<style>
span { border-color: #C24F4B; }
span { border-color: rgb(194,79,75); }
td.TdClassName
{
border-color: #C24F4B;
}
.TagClassName
{
border-color: #C24F4B;
}
</style>