Shades of Fiery Orange #C0541D
Tints of Fiery Orange #C0541D
RGB
CMYK
RGB Variations
Color information
#C0541D (or 0xC0541D) is known color: Fiery Orange. HEX triplet: C0, 54 and 1D. RGB value is (192,84,29). Sum of RGB (Red+Green+Blue) = 192+84+29=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0541D is #3FABE2. Grayscale: #6E6E6E. Windows color (decimal): -4172771 or 1922240. OLE color: 1922240.
HSL color Cylindrical-coordinate representation of color #C0541D: hue angle of 20.25º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0541D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 29 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.25 |
| HSL | 20.25º | 0.74% | 0.43% | - |
| HSV(B) | 20.25º | 0.85% | 0.75% | - |
| XYZ | 25.13 | 17.64 | 3.24 | - |
| YUV | 110.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 29 | 0 | 0.56 | 0.85 | 0.25 | 20.25 | 0.74 | 0.43 |
| Hex | C0 | 54 | 1D | 0 | 38 | 55 | 19 | 14 | 4A | 2B |
| Octal | 300 | 124 | 35 | 0 | 70 | 125 | 31 | 24 | 112 | 53 |
| Binary | 11000000 | 1010100 | 11101 | 0 | 111000 | 1010101 | 11001 | 10100 | 1001010 | 101011 |
Color Harmonies of #C0541D
Complementary color
Monochromatic Colors of #C0541D
Black with #C0541D
Text Example
Text Example
White with #C0541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0541D; }
p { color: rgb(192,84,29); }
H1.HeaderClassName
{
color: #C0541D;
}
.AnyTagClassName
{
color: #C0541D;
}
</style>
background-color css
<style>
a { background-color: #C0541D; }
a { background-color: rgb(192,84,29); }
div.DivClassName
{
background-color: #C0541D;
}
.BgClassName
{
background-color: #C0541D;
}
</style>
border-color css
<style>
span { border-color: #C0541D; }
span { border-color: rgb(192,84,29); }
td.TdClassName
{
border-color: #C0541D;
}
.TagClassName
{
border-color: #C0541D;
}
</style>