Shades of Fiery Orange #C1541F
Tints of Fiery Orange #C1541F
RGB
CMYK
RGB Variations
Color information
#C1541F (or 0xC1541F) is known color: Fiery Orange. HEX triplet: C1, 54 and 1F. RGB value is (193,84,31). Sum of RGB (Red+Green+Blue) = 193+84+31=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1541F is #3EABE0. Grayscale: #6E6E6E. Windows color (decimal): -4107233 or 2053313. OLE color: 2053313.
HSL color Cylindrical-coordinate representation of color #C1541F: hue angle of 19.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1541F is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 31 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.24 |
| HSL | 19.63º | 0.72% | 0.44% | - |
| HSV(B) | 19.63º | 0.84% | 0.76% | - |
| XYZ | 25.41 | 17.78 | 3.39 | - |
| YUV | 110.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 31 | 0 | 0.56 | 0.84 | 0.24 | 19.63 | 0.72 | 0.44 |
| Hex | C1 | 54 | 1F | 0 | 38 | 54 | 18 | 14 | 48 | 2C |
| Octal | 301 | 124 | 37 | 0 | 70 | 124 | 30 | 24 | 110 | 54 |
| Binary | 11000001 | 1010100 | 11111 | 0 | 111000 | 1010100 | 11000 | 10100 | 1001000 | 101100 |
Color Harmonies of #C1541F
Complementary color
Monochromatic Colors of #C1541F
Black with #C1541F
Text Example
Text Example
White with #C1541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1541F; }
p { color: rgb(193,84,31); }
H1.HeaderClassName
{
color: #C1541F;
}
.AnyTagClassName
{
color: #C1541F;
}
</style>
background-color css
<style>
a { background-color: #C1541F; }
a { background-color: rgb(193,84,31); }
div.DivClassName
{
background-color: #C1541F;
}
.BgClassName
{
background-color: #C1541F;
}
</style>
border-color css
<style>
span { border-color: #C1541F; }
span { border-color: rgb(193,84,31); }
td.TdClassName
{
border-color: #C1541F;
}
.TagClassName
{
border-color: #C1541F;
}
</style>