Shades of Orange Red #FF3812
Tints of Orange Red #FF3812
RGB
CMYK
RGB Variations
Color information
#FF3812 (or 0xFF3812) is known color: Orange Red. HEX triplet: FF, 38 and 12. RGB value is (255,56,18). Sum of RGB (Red+Green+Blue) = 255+56+18=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3812 is #00C7ED. Grayscale: #6F6F6F. Windows color (decimal): -51182 or 1194239. OLE color: 1194239.
HSL color Cylindrical-coordinate representation of color #FF3812: hue angle of 9.62º 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 #FF3812 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 18 | - |
| CMYK | 0 | 0.78 | 0.93 | 0 |
| HSL | 9.62º | 1% | 0.54% | - |
| HSV(B) | 9.62º | 0.93% | 1% | - |
| XYZ | 42.76 | 24.13 | 2.98 | - |
| YUV | 111.17 | 75.43 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 18 | 0 | 0.78 | 0.93 | 0 | 9.62 | 1 | 0.54 |
| Hex | FF | 38 | 12 | 0 | 4E | 5D | 0 | A | 64 | 36 |
| Octal | 377 | 70 | 22 | 0 | 116 | 135 | 0 | 12 | 144 | 66 |
| Binary | 11111111 | 111000 | 10010 | 0 | 1001110 | 1011101 | 0 | 1010 | 1100100 | 110110 |
Color Harmonies of #FF3812
Complementary color
Monochromatic Colors of #FF3812
Black with #FF3812
Text Example
Text Example
White with #FF3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3812; }
p { color: rgb(255,56,18); }
H1.HeaderClassName
{
color: #FF3812;
}
.AnyTagClassName
{
color: #FF3812;
}
</style>
background-color css
<style>
a { background-color: #FF3812; }
a { background-color: rgb(255,56,18); }
div.DivClassName
{
background-color: #FF3812;
}
.BgClassName
{
background-color: #FF3812;
}
</style>
border-color css
<style>
span { border-color: #FF3812; }
span { border-color: rgb(255,56,18); }
td.TdClassName
{
border-color: #FF3812;
}
.TagClassName
{
border-color: #FF3812;
}
</style>