Shades of Fiery Orange #C0541F
Tints of Fiery Orange #C0541F
RGB
CMYK
RGB Variations
Color information
#C0541F (or 0xC0541F) is known color: Fiery Orange. HEX triplet: C0, 54 and 1F. RGB value is (192,84,31). Sum of RGB (Red+Green+Blue) = 192+84+31=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0541F is #3FABE0. Grayscale: #6E6E6E. Windows color (decimal): -4172769 or 2053312. OLE color: 2053312.
HSL color Cylindrical-coordinate representation of color #C0541F: hue angle of 19.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0541F is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 31 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.25 |
| HSL | 19.75º | 0.72% | 0.44% | - |
| HSV(B) | 19.75º | 0.84% | 0.75% | - |
| XYZ | 25.16 | 17.65 | 3.38 | - |
| YUV | 110.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 31 | 0 | 0.56 | 0.84 | 0.25 | 19.75 | 0.72 | 0.44 |
| Hex | C0 | 54 | 1F | 0 | 38 | 54 | 19 | 14 | 48 | 2C |
| Octal | 300 | 124 | 37 | 0 | 70 | 124 | 31 | 24 | 110 | 54 |
| Binary | 11000000 | 1010100 | 11111 | 0 | 111000 | 1010100 | 11001 | 10100 | 1001000 | 101100 |
Color Harmonies of #C0541F
Complementary color
Monochromatic Colors of #C0541F
Black with #C0541F
Text Example
Text Example
White with #C0541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0541F; }
p { color: rgb(192,84,31); }
H1.HeaderClassName
{
color: #C0541F;
}
.AnyTagClassName
{
color: #C0541F;
}
</style>
background-color css
<style>
a { background-color: #C0541F; }
a { background-color: rgb(192,84,31); }
div.DivClassName
{
background-color: #C0541F;
}
.BgClassName
{
background-color: #C0541F;
}
</style>
border-color css
<style>
span { border-color: #C0541F; }
span { border-color: rgb(192,84,31); }
td.TdClassName
{
border-color: #C0541F;
}
.TagClassName
{
border-color: #C0541F;
}
</style>