Shades of Orange Red #FF3C03
Tints of Orange Red #FF3C03
RGB
CMYK
RGB Variations
Color information
#FF3C03 (or 0xFF3C03) is known color: Orange Red. HEX triplet: FF, 3C and 03. RGB value is (255,60,3). Sum of RGB (Red+Green+Blue) = 255+60+3=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C03 is #00C3FC. Grayscale: #707070. Windows color (decimal): -50173 or 212223. OLE color: 212223.
HSL color Cylindrical-coordinate representation of color #FF3C03: hue angle of 13.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF3C03 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0 |
| HSL | 13.57º | 1% | 0.51% | - |
| HSV(B) | 13.57º | 0.99% | 1% | - |
| XYZ | 42.87 | 24.5 | 2.56 | - |
| YUV | 111.81 | 66.6 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 3 | 0 | 0.76 | 0.99 | 0 | 13.57 | 1 | 0.51 |
| Hex | FF | 3C | 3 | 0 | 4C | 63 | 0 | E | 64 | 33 |
| Octal | 377 | 74 | 3 | 0 | 114 | 143 | 0 | 16 | 144 | 63 |
| Binary | 11111111 | 111100 | 11 | 0 | 1001100 | 1100011 | 0 | 1110 | 1100100 | 110011 |
Color Harmonies of #FF3C03
Complementary color
Monochromatic Colors of #FF3C03
Black with #FF3C03
Text Example
Text Example
White with #FF3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C03; }
p { color: rgb(255,60,3); }
H1.HeaderClassName
{
color: #FF3C03;
}
.AnyTagClassName
{
color: #FF3C03;
}
</style>
background-color css
<style>
a { background-color: #FF3C03; }
a { background-color: rgb(255,60,3); }
div.DivClassName
{
background-color: #FF3C03;
}
.BgClassName
{
background-color: #FF3C03;
}
</style>
border-color css
<style>
span { border-color: #FF3C03; }
span { border-color: rgb(255,60,3); }
td.TdClassName
{
border-color: #FF3C03;
}
.TagClassName
{
border-color: #FF3C03;
}
</style>