Shades of Red Orange #FF3830
Tints of Red Orange #FF3830
RGB
CMYK
RGB Variations
Color information
#FF3830 (or 0xFF3830) is known color: Red Orange. HEX triplet: FF, 38 and 30. RGB value is (255,56,48). Sum of RGB (Red+Green+Blue) = 255+56+48=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3830 is #00C7CF. Grayscale: #727272. Windows color (decimal): -51152 or 3160319. OLE color: 3160319.
HSL color Cylindrical-coordinate representation of color #FF3830: hue angle of 2.32º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3830 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 48 | - |
| CMYK | 0 | 0.78 | 0.81 | 0 |
| HSL | 2.32º | 1% | 0.59% | - |
| HSV(B) | 2.32º | 0.81% | 1% | - |
| XYZ | 43.19 | 24.3 | 5.21 | - |
| YUV | 114.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 48 | 0 | 0.78 | 0.81 | 0 | 2.32 | 1 | 0.59 |
| Hex | FF | 38 | 30 | 0 | 4E | 51 | 0 | 2 | 64 | 3B |
| Octal | 377 | 70 | 60 | 0 | 116 | 121 | 0 | 2 | 144 | 73 |
| Binary | 11111111 | 111000 | 110000 | 0 | 1001110 | 1010001 | 0 | 10 | 1100100 | 111011 |
Color Harmonies of #FF3830
Complementary color
Monochromatic Colors of #FF3830
Black with #FF3830
Text Example
Text Example
White with #FF3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3830; }
p { color: rgb(255,56,48); }
H1.HeaderClassName
{
color: #FF3830;
}
.AnyTagClassName
{
color: #FF3830;
}
</style>
background-color css
<style>
a { background-color: #FF3830; }
a { background-color: rgb(255,56,48); }
div.DivClassName
{
background-color: #FF3830;
}
.BgClassName
{
background-color: #FF3830;
}
</style>
border-color css
<style>
span { border-color: #FF3830; }
span { border-color: rgb(255,56,48); }
td.TdClassName
{
border-color: #FF3830;
}
.TagClassName
{
border-color: #FF3830;
}
</style>