Shades of Chilean Fire #C75B2A
Tints of Chilean Fire #C75B2A
RGB
CMYK
RGB Variations
Color information
#C75B2A (or 0xC75B2A) is known color: Chilean Fire. HEX triplet: C7, 5B and 2A. RGB value is (199,91,42). Sum of RGB (Red+Green+Blue) = 199+91+42=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75B2A is #38A4D5. Grayscale: #767676. Windows color (decimal): -3712214 or 2776007. OLE color: 2776007.
HSL color Cylindrical-coordinate representation of color #C75B2A: hue angle of 18.73º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C75B2A is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 91 | 42 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.22 |
| HSL | 18.73º | 0.65% | 0.47% | - |
| HSV(B) | 18.73º | 0.79% | 0.78% | - |
| XYZ | 27.71 | 19.79 | 4.55 | - |
| YUV | 117.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 42 | 0 | 0.54 | 0.79 | 0.22 | 18.73 | 0.65 | 0.47 |
| Hex | C7 | 5B | 2A | 0 | 36 | 4F | 16 | 13 | 41 | 2F |
| Octal | 307 | 133 | 52 | 0 | 66 | 117 | 26 | 23 | 101 | 57 |
| Binary | 11000111 | 1011011 | 101010 | 0 | 110110 | 1001111 | 10110 | 10011 | 1000001 | 101111 |
Color Harmonies of #C75B2A
Complementary color
Monochromatic Colors of #C75B2A
Black with #C75B2A
Text Example
Text Example
White with #C75B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75B2A; }
p { color: rgb(199,91,42); }
H1.HeaderClassName
{
color: #C75B2A;
}
.AnyTagClassName
{
color: #C75B2A;
}
</style>
background-color css
<style>
a { background-color: #C75B2A; }
a { background-color: rgb(199,91,42); }
div.DivClassName
{
background-color: #C75B2A;
}
.BgClassName
{
background-color: #C75B2A;
}
</style>
border-color css
<style>
span { border-color: #C75B2A; }
span { border-color: rgb(199,91,42); }
td.TdClassName
{
border-color: #C75B2A;
}
.TagClassName
{
border-color: #C75B2A;
}
</style>