Shades of Red Orange #FF3F38
Tints of Red Orange #FF3F38
RGB
CMYK
RGB Variations
Color information
#FF3F38 (or 0xFF3F38) is known color: Red Orange. HEX triplet: FF, 3F and 38. RGB value is (255,63,56). Sum of RGB (Red+Green+Blue) = 255+63+56=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F38 is #00C0C7. Grayscale: #777777. Windows color (decimal): -49352 or 3686399. OLE color: 3686399.
HSL color Cylindrical-coordinate representation of color #FF3F38: hue angle of 2.11º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3F38 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 56 | - |
| CMYK | 0 | 0.75 | 0.78 | 0 |
| HSL | 2.11º | 1% | 0.61% | - |
| HSV(B) | 2.11º | 0.78% | 1% | - |
| XYZ | 43.73 | 25.1 | 6.28 | - |
| YUV | 119.61 | 92.11 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 56 | 0 | 0.75 | 0.78 | 0 | 2.11 | 1 | 0.61 |
| Hex | FF | 3F | 38 | 0 | 4B | 4E | 0 | 2 | 64 | 3D |
| Octal | 377 | 77 | 70 | 0 | 113 | 116 | 0 | 2 | 144 | 75 |
| Binary | 11111111 | 111111 | 111000 | 0 | 1001011 | 1001110 | 0 | 10 | 1100100 | 111101 |
Color Harmonies of #FF3F38
Complementary color
Monochromatic Colors of #FF3F38
Black with #FF3F38
Text Example
Text Example
White with #FF3F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F38; }
p { color: rgb(255,63,56); }
H1.HeaderClassName
{
color: #FF3F38;
}
.AnyTagClassName
{
color: #FF3F38;
}
</style>
background-color css
<style>
a { background-color: #FF3F38; }
a { background-color: rgb(255,63,56); }
div.DivClassName
{
background-color: #FF3F38;
}
.BgClassName
{
background-color: #FF3F38;
}
</style>
border-color css
<style>
span { border-color: #FF3F38; }
span { border-color: rgb(255,63,56); }
td.TdClassName
{
border-color: #FF3F38;
}
.TagClassName
{
border-color: #FF3F38;
}
</style>