Shades of Fiery Orange #C1531D
Tints of Fiery Orange #C1531D
RGB
CMYK
RGB Variations
Color information
#C1531D (or 0xC1531D) is known color: Fiery Orange. HEX triplet: C1, 53 and 1D. RGB value is (193,83,29). Sum of RGB (Red+Green+Blue) = 193+83+29=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1531D is #3EACE2. Grayscale: #6E6E6E. Windows color (decimal): -4107491 or 1921985. OLE color: 1921985.
HSL color Cylindrical-coordinate representation of color #C1531D: hue angle of 19.76º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1531D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 29 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.24 |
| HSL | 19.76º | 0.74% | 0.44% | - |
| HSV(B) | 19.76º | 0.85% | 0.76% | - |
| XYZ | 25.31 | 17.61 | 3.23 | - |
| YUV | 109.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 29 | 0 | 0.57 | 0.85 | 0.24 | 19.76 | 0.74 | 0.44 |
| Hex | C1 | 53 | 1D | 0 | 39 | 55 | 18 | 14 | 4A | 2C |
| Octal | 301 | 123 | 35 | 0 | 71 | 125 | 30 | 24 | 112 | 54 |
| Binary | 11000001 | 1010011 | 11101 | 0 | 111001 | 1010101 | 11000 | 10100 | 1001010 | 101100 |
Color Harmonies of #C1531D
Complementary color
Monochromatic Colors of #C1531D
Black with #C1531D
Text Example
Text Example
White with #C1531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1531D; }
p { color: rgb(193,83,29); }
H1.HeaderClassName
{
color: #C1531D;
}
.AnyTagClassName
{
color: #C1531D;
}
</style>
background-color css
<style>
a { background-color: #C1531D; }
a { background-color: rgb(193,83,29); }
div.DivClassName
{
background-color: #C1531D;
}
.BgClassName
{
background-color: #C1531D;
}
</style>
border-color css
<style>
span { border-color: #C1531D; }
span { border-color: rgb(193,83,29); }
td.TdClassName
{
border-color: #C1531D;
}
.TagClassName
{
border-color: #C1531D;
}
</style>