Shades of Fiery Orange #C05521
Tints of Fiery Orange #C05521
RGB
CMYK
RGB Variations
Color information
#C05521 (or 0xC05521) is known color: Fiery Orange. HEX triplet: C0, 55 and 21. RGB value is (192,85,33). Sum of RGB (Red+Green+Blue) = 192+85+33=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C05521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05521 is #3FAADE. Grayscale: #6F6F6F. Windows color (decimal): -4172511 or 2184640. OLE color: 2184640.
HSL color Cylindrical-coordinate representation of color #C05521: hue angle of 19.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C05521 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 33 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.25 |
| HSL | 19.62º | 0.71% | 0.44% | - |
| HSV(B) | 19.62º | 0.83% | 0.75% | - |
| XYZ | 25.26 | 17.81 | 3.55 | - |
| YUV | 111.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 33 | 0 | 0.56 | 0.83 | 0.25 | 19.62 | 0.71 | 0.44 |
| Hex | C0 | 55 | 21 | 0 | 38 | 53 | 19 | 14 | 47 | 2C |
| Octal | 300 | 125 | 41 | 0 | 70 | 123 | 31 | 24 | 107 | 54 |
| Binary | 11000000 | 1010101 | 100001 | 0 | 111000 | 1010011 | 11001 | 10100 | 1000111 | 101100 |
Color Harmonies of #C05521
Complementary color
Monochromatic Colors of #C05521
Black with #C05521
Text Example
Text Example
White with #C05521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05521; }
p { color: rgb(192,85,33); }
H1.HeaderClassName
{
color: #C05521;
}
.AnyTagClassName
{
color: #C05521;
}
</style>
background-color css
<style>
a { background-color: #C05521; }
a { background-color: rgb(192,85,33); }
div.DivClassName
{
background-color: #C05521;
}
.BgClassName
{
background-color: #C05521;
}
</style>
border-color css
<style>
span { border-color: #C05521; }
span { border-color: rgb(192,85,33); }
td.TdClassName
{
border-color: #C05521;
}
.TagClassName
{
border-color: #C05521;
}
</style>