Shades of Orange Red #FF3912
Tints of Orange Red #FF3912
RGB
CMYK
RGB Variations
Color information
#FF3912 (or 0xFF3912) is known color: Orange Red. HEX triplet: FF, 39 and 12. RGB value is (255,57,18). Sum of RGB (Red+Green+Blue) = 255+57+18=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3912 is #00C6ED. Grayscale: #707070. Windows color (decimal): -50926 or 1194495. OLE color: 1194495.
HSL color Cylindrical-coordinate representation of color #FF3912: hue angle of 9.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3912 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 18 | - |
| CMYK | 0 | 0.78 | 0.93 | 0 |
| HSL | 9.87º | 1% | 0.54% | - |
| HSV(B) | 9.87º | 0.93% | 1% | - |
| XYZ | 42.81 | 24.23 | 2.99 | - |
| YUV | 111.76 | 75.1 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 18 | 0 | 0.78 | 0.93 | 0 | 9.87 | 1 | 0.54 |
| Hex | FF | 39 | 12 | 0 | 4E | 5D | 0 | A | 64 | 36 |
| Octal | 377 | 71 | 22 | 0 | 116 | 135 | 0 | 12 | 144 | 66 |
| Binary | 11111111 | 111001 | 10010 | 0 | 1001110 | 1011101 | 0 | 1010 | 1100100 | 110110 |
Color Harmonies of #FF3912
Complementary color
Monochromatic Colors of #FF3912
Black with #FF3912
Text Example
Text Example
White with #FF3912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3912; }
p { color: rgb(255,57,18); }
H1.HeaderClassName
{
color: #FF3912;
}
.AnyTagClassName
{
color: #FF3912;
}
</style>
background-color css
<style>
a { background-color: #FF3912; }
a { background-color: rgb(255,57,18); }
div.DivClassName
{
background-color: #FF3912;
}
.BgClassName
{
background-color: #FF3912;
}
</style>
border-color css
<style>
span { border-color: #FF3912; }
span { border-color: rgb(255,57,18); }
td.TdClassName
{
border-color: #FF3912;
}
.TagClassName
{
border-color: #FF3912;
}
</style>