Shades of Red Orange #FF301B
Tints of Red Orange #FF301B
RGB
CMYK
RGB Variations
Color information
#FF301B (or 0xFF301B) is known color: Red Orange. HEX triplet: FF, 30 and 1B. RGB value is (255,48,27). Sum of RGB (Red+Green+Blue) = 255+48+27=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF301B is #00CFE4. Grayscale: #6B6B6B. Windows color (decimal): -53221 or 1782015. OLE color: 1782015.
HSL color Cylindrical-coordinate representation of color #FF301B: hue angle of 5.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF301B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 27 | - |
| CMYK | 0 | 0.81 | 0.89 | 0 |
| HSL | 5.53º | 1% | 0.55% | - |
| HSV(B) | 5.53º | 0.89% | 1% | - |
| XYZ | 42.49 | 23.45 | 3.32 | - |
| YUV | 107.5 | 82.58 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 27 | 0 | 0.81 | 0.89 | 0 | 5.53 | 1 | 0.55 |
| Hex | FF | 30 | 1B | 0 | 51 | 59 | 0 | 6 | 64 | 37 |
| Octal | 377 | 60 | 33 | 0 | 121 | 131 | 0 | 6 | 144 | 67 |
| Binary | 11111111 | 110000 | 11011 | 0 | 1010001 | 1011001 | 0 | 110 | 1100100 | 110111 |
Color Harmonies of #FF301B
Complementary color
Monochromatic Colors of #FF301B
Black with #FF301B
Text Example
Text Example
White with #FF301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF301B; }
p { color: rgb(255,48,27); }
H1.HeaderClassName
{
color: #FF301B;
}
.AnyTagClassName
{
color: #FF301B;
}
</style>
background-color css
<style>
a { background-color: #FF301B; }
a { background-color: rgb(255,48,27); }
div.DivClassName
{
background-color: #FF301B;
}
.BgClassName
{
background-color: #FF301B;
}
</style>
border-color css
<style>
span { border-color: #FF301B; }
span { border-color: rgb(255,48,27); }
td.TdClassName
{
border-color: #FF301B;
}
.TagClassName
{
border-color: #FF301B;
}
</style>