Shades of Fiery Orange #C05321
Tints of Fiery Orange #C05321
RGB
CMYK
RGB Variations
Color information
#C05321 (or 0xC05321) is known color: Fiery Orange. HEX triplet: C0, 53 and 21. RGB value is (192,83,33). Sum of RGB (Red+Green+Blue) = 192+83+33=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C05321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05321 is #3FACDE. Grayscale: #6E6E6E. Windows color (decimal): -4173023 or 2184128. OLE color: 2184128.
HSL color Cylindrical-coordinate representation of color #C05321: hue angle of 18.87º 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 #C05321 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 33 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.25 |
| HSL | 18.87º | 0.71% | 0.44% | - |
| HSV(B) | 18.87º | 0.83% | 0.75% | - |
| XYZ | 25.11 | 17.5 | 3.49 | - |
| YUV | 109.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 33 | 0 | 0.57 | 0.83 | 0.25 | 18.87 | 0.71 | 0.44 |
| Hex | C0 | 53 | 21 | 0 | 39 | 53 | 19 | 13 | 47 | 2C |
| Octal | 300 | 123 | 41 | 0 | 71 | 123 | 31 | 23 | 107 | 54 |
| Binary | 11000000 | 1010011 | 100001 | 0 | 111001 | 1010011 | 11001 | 10011 | 1000111 | 101100 |
Color Harmonies of #C05321
Complementary color
Monochromatic Colors of #C05321
Black with #C05321
Text Example
Text Example
White with #C05321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05321; }
p { color: rgb(192,83,33); }
H1.HeaderClassName
{
color: #C05321;
}
.AnyTagClassName
{
color: #C05321;
}
</style>
background-color css
<style>
a { background-color: #C05321; }
a { background-color: rgb(192,83,33); }
div.DivClassName
{
background-color: #C05321;
}
.BgClassName
{
background-color: #C05321;
}
</style>
border-color css
<style>
span { border-color: #C05321; }
span { border-color: rgb(192,83,33); }
td.TdClassName
{
border-color: #C05321;
}
.TagClassName
{
border-color: #C05321;
}
</style>