Shades of Fiery Orange #C05523
Tints of Fiery Orange #C05523
RGB
CMYK
RGB Variations
Color information
#C05523 (or 0xC05523) is known color: Fiery Orange. HEX triplet: C0, 55 and 23. RGB value is (192,85,35). Sum of RGB (Red+Green+Blue) = 192+85+35=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C05523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05523 is #3FAADC. Grayscale: #6F6F6F. Windows color (decimal): -4172509 or 2315712. OLE color: 2315712.
HSL color Cylindrical-coordinate representation of color #C05523: hue angle of 19.11º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C05523 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 35 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.25 |
| HSL | 19.11º | 0.69% | 0.45% | - |
| HSV(B) | 19.11º | 0.82% | 0.75% | - |
| XYZ | 25.29 | 17.82 | 3.7 | - |
| YUV | 111.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 35 | 0 | 0.56 | 0.82 | 0.25 | 19.11 | 0.69 | 0.45 |
| Hex | C0 | 55 | 23 | 0 | 38 | 52 | 19 | 13 | 45 | 2D |
| Octal | 300 | 125 | 43 | 0 | 70 | 122 | 31 | 23 | 105 | 55 |
| Binary | 11000000 | 1010101 | 100011 | 0 | 111000 | 1010010 | 11001 | 10011 | 1000101 | 101101 |
Color Harmonies of #C05523
Complementary color
Monochromatic Colors of #C05523
Black with #C05523
Text Example
Text Example
White with #C05523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05523; }
p { color: rgb(192,85,35); }
H1.HeaderClassName
{
color: #C05523;
}
.AnyTagClassName
{
color: #C05523;
}
</style>
background-color css
<style>
a { background-color: #C05523; }
a { background-color: rgb(192,85,35); }
div.DivClassName
{
background-color: #C05523;
}
.BgClassName
{
background-color: #C05523;
}
</style>
border-color css
<style>
span { border-color: #C05523; }
span { border-color: rgb(192,85,35); }
td.TdClassName
{
border-color: #C05523;
}
.TagClassName
{
border-color: #C05523;
}
</style>