Shades of Sunset #C1524B
Tints of Sunset #C1524B
RGB
CMYK
RGB Variations
Color information
#C1524B (or 0xC1524B) is known color: Sunset. HEX triplet: C1, 52 and 4B. RGB value is (193,82,75). Sum of RGB (Red+Green+Blue) = 193+82+75=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1524B is #3EADB4. Grayscale: #727272. Windows color (decimal): -4107701 or 4936385. OLE color: 4936385.
HSL color Cylindrical-coordinate representation of color #C1524B: hue angle of 3.56º 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 #C1524B is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 75 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.24 |
| HSL | 3.56º | 0.49% | 0.53% | - |
| HSV(B) | 3.56º | 0.61% | 0.76% | - |
| XYZ | 26.28 | 17.88 | 8.72 | - |
| YUV | 114.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 75 | 0 | 0.58 | 0.61 | 0.24 | 3.56 | 0.49 | 0.53 |
| Hex | C1 | 52 | 4B | 0 | 3A | 3D | 18 | 4 | 31 | 35 |
| Octal | 301 | 122 | 113 | 0 | 72 | 75 | 30 | 4 | 61 | 65 |
| Binary | 11000001 | 1010010 | 1001011 | 0 | 111010 | 111101 | 11000 | 100 | 110001 | 110101 |
Color Harmonies of #C1524B
Complementary color
Monochromatic Colors of #C1524B
Black with #C1524B
Text Example
Text Example
White with #C1524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1524B; }
p { color: rgb(193,82,75); }
H1.HeaderClassName
{
color: #C1524B;
}
.AnyTagClassName
{
color: #C1524B;
}
</style>
background-color css
<style>
a { background-color: #C1524B; }
a { background-color: rgb(193,82,75); }
div.DivClassName
{
background-color: #C1524B;
}
.BgClassName
{
background-color: #C1524B;
}
</style>
border-color css
<style>
span { border-color: #C1524B; }
span { border-color: rgb(193,82,75); }
td.TdClassName
{
border-color: #C1524B;
}
.TagClassName
{
border-color: #C1524B;
}
</style>