Shades of Orange Red #FF3818
Tints of Orange Red #FF3818
RGB
CMYK
RGB Variations
Color information
#FF3818 (or 0xFF3818) is known color: Orange Red. HEX triplet: FF, 38 and 18. RGB value is (255,56,24). Sum of RGB (Red+Green+Blue) = 255+56+24=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3818 is #00C7E7. Grayscale: #707070. Windows color (decimal): -51176 or 1587455. OLE color: 1587455.
HSL color Cylindrical-coordinate representation of color #FF3818: hue angle of 8.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF3818 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 24 | - |
| CMYK | 0 | 0.78 | 0.91 | 0 |
| HSL | 8.31º | 1% | 0.55% | - |
| HSV(B) | 8.31º | 0.91% | 1% | - |
| XYZ | 42.82 | 24.15 | 3.27 | - |
| YUV | 111.85 | 78.43 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 24 | 0 | 0.78 | 0.91 | 0 | 8.31 | 1 | 0.55 |
| Hex | FF | 38 | 18 | 0 | 4E | 5B | 0 | 8 | 64 | 37 |
| Octal | 377 | 70 | 30 | 0 | 116 | 133 | 0 | 10 | 144 | 67 |
| Binary | 11111111 | 111000 | 11000 | 0 | 1001110 | 1011011 | 0 | 1000 | 1100100 | 110111 |
Color Harmonies of #FF3818
Complementary color
Monochromatic Colors of #FF3818
Black with #FF3818
Text Example
Text Example
White with #FF3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3818; }
p { color: rgb(255,56,24); }
H1.HeaderClassName
{
color: #FF3818;
}
.AnyTagClassName
{
color: #FF3818;
}
</style>
background-color css
<style>
a { background-color: #FF3818; }
a { background-color: rgb(255,56,24); }
div.DivClassName
{
background-color: #FF3818;
}
.BgClassName
{
background-color: #FF3818;
}
</style>
border-color css
<style>
span { border-color: #FF3818; }
span { border-color: rgb(255,56,24); }
td.TdClassName
{
border-color: #FF3818;
}
.TagClassName
{
border-color: #FF3818;
}
</style>