Shades of Red Orange #FF3838
Tints of Red Orange #FF3838
RGB
CMYK
RGB Variations
Color information
#FF3838 (or 0xFF3838) is known color: Red Orange. HEX triplet: FF, 38 and 38. RGB value is (255,56,56). Sum of RGB (Red+Green+Blue) = 255+56+56=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3838 is #00C7C7. Grayscale: #737373. Windows color (decimal): -51144 or 3684607. OLE color: 3684607.
HSL color Cylindrical-coordinate representation of color #FF3838: hue angle of 0º 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 #FF3838 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 56 | - |
| CMYK | 0 | 0.78 | 0.78 | 0 |
| HSL | 0º | 1% | 0.61% | - |
| HSV(B) | 0º | 0.78% | 1% | - |
| XYZ | 43.37 | 24.37 | 6.16 | - |
| YUV | 115.5 | 94.43 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 56 | 0 | 0.78 | 0.78 | 0 | 0 | 1 | 0.61 |
| Hex | FF | 38 | 38 | 0 | 4E | 4E | 0 | 0 | 64 | 3D |
| Octal | 377 | 70 | 70 | 0 | 116 | 116 | 0 | 0 | 144 | 75 |
| Binary | 11111111 | 111000 | 111000 | 0 | 1001110 | 1001110 | 0 | 0 | 1100100 | 111101 |
Color Harmonies of #FF3838
Complementary color
Monochromatic Colors of #FF3838
Black with #FF3838
Text Example
Text Example
White with #FF3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3838; }
p { color: rgb(255,56,56); }
H1.HeaderClassName
{
color: #FF3838;
}
.AnyTagClassName
{
color: #FF3838;
}
</style>
background-color css
<style>
a { background-color: #FF3838; }
a { background-color: rgb(255,56,56); }
div.DivClassName
{
background-color: #FF3838;
}
.BgClassName
{
background-color: #FF3838;
}
</style>
border-color css
<style>
span { border-color: #FF3838; }
span { border-color: rgb(255,56,56); }
td.TdClassName
{
border-color: #FF3838;
}
.TagClassName
{
border-color: #FF3838;
}
</style>