Shades of Orange Red #FF3C19
Tints of Orange Red #FF3C19
RGB
CMYK
RGB Variations
Color information
#FF3C19 (or 0xFF3C19) is known color: Orange Red. HEX triplet: FF, 3C and 19. RGB value is (255,60,25). Sum of RGB (Red+Green+Blue) = 255+60+25=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C19 is #00C3E6. Grayscale: #727272. Windows color (decimal): -50151 or 1654015. OLE color: 1654015.
HSL color Cylindrical-coordinate representation of color #FF3C19: hue angle of 9.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF3C19 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 25 | - |
| CMYK | 0 | 0.76 | 0.90 | 0 |
| HSL | 9.13º | 1% | 0.55% | - |
| HSV(B) | 9.13º | 0.9% | 1% | - |
| XYZ | 43.03 | 24.56 | 3.39 | - |
| YUV | 114.32 | 77.6 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 25 | 0 | 0.76 | 0.90 | 0 | 9.13 | 1 | 0.55 |
| Hex | FF | 3C | 19 | 0 | 4C | 5A | 0 | 9 | 64 | 37 |
| Octal | 377 | 74 | 31 | 0 | 114 | 132 | 0 | 11 | 144 | 67 |
| Binary | 11111111 | 111100 | 11001 | 0 | 1001100 | 1011010 | 0 | 1001 | 1100100 | 110111 |
Color Harmonies of #FF3C19
Complementary color
Monochromatic Colors of #FF3C19
Black with #FF3C19
Text Example
Text Example
White with #FF3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C19; }
p { color: rgb(255,60,25); }
H1.HeaderClassName
{
color: #FF3C19;
}
.AnyTagClassName
{
color: #FF3C19;
}
</style>
background-color css
<style>
a { background-color: #FF3C19; }
a { background-color: rgb(255,60,25); }
div.DivClassName
{
background-color: #FF3C19;
}
.BgClassName
{
background-color: #FF3C19;
}
</style>
border-color css
<style>
span { border-color: #FF3C19; }
span { border-color: rgb(255,60,25); }
td.TdClassName
{
border-color: #FF3C19;
}
.TagClassName
{
border-color: #FF3C19;
}
</style>