Shades of Fiery Orange #C15420
Tints of Fiery Orange #C15420
RGB
CMYK
RGB Variations
Color information
#C15420 (or 0xC15420) is known color: Fiery Orange. HEX triplet: C1, 54 and 20. RGB value is (193,84,32). Sum of RGB (Red+Green+Blue) = 193+84+32=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C15420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15420 is #3EABDF. Grayscale: #6E6E6E. Windows color (decimal): -4107232 or 2118849. OLE color: 2118849.
HSL color Cylindrical-coordinate representation of color #C15420: hue angle of 19.38º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C15420 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 32 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.24 |
| HSL | 19.38º | 0.72% | 0.44% | - |
| HSV(B) | 19.38º | 0.83% | 0.76% | - |
| XYZ | 25.42 | 17.78 | 3.46 | - |
| YUV | 110.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 32 | 0 | 0.56 | 0.83 | 0.24 | 19.38 | 0.72 | 0.44 |
| Hex | C1 | 54 | 20 | 0 | 38 | 53 | 18 | 13 | 48 | 2C |
| Octal | 301 | 124 | 40 | 0 | 70 | 123 | 30 | 23 | 110 | 54 |
| Binary | 11000001 | 1010100 | 100000 | 0 | 111000 | 1010011 | 11000 | 10011 | 1001000 | 101100 |
Color Harmonies of #C15420
Complementary color
Monochromatic Colors of #C15420
Black with #C15420
Text Example
Text Example
White with #C15420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15420; }
p { color: rgb(193,84,32); }
H1.HeaderClassName
{
color: #C15420;
}
.AnyTagClassName
{
color: #C15420;
}
</style>
background-color css
<style>
a { background-color: #C15420; }
a { background-color: rgb(193,84,32); }
div.DivClassName
{
background-color: #C15420;
}
.BgClassName
{
background-color: #C15420;
}
</style>
border-color css
<style>
span { border-color: #C15420; }
span { border-color: rgb(193,84,32); }
td.TdClassName
{
border-color: #C15420;
}
.TagClassName
{
border-color: #C15420;
}
</style>