Shades of Red Orange #FF382B
Tints of Red Orange #FF382B
RGB
CMYK
RGB Variations
Color information
#FF382B (or 0xFF382B) is known color: Red Orange. HEX triplet: FF, 38 and 2B. RGB value is (255,56,43). Sum of RGB (Red+Green+Blue) = 255+56+43=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF382B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF382B is #00C7D4. Grayscale: #727272. Windows color (decimal): -51157 or 2832639. OLE color: 2832639.
HSL color Cylindrical-coordinate representation of color #FF382B: hue angle of 3.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF382B is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 43 | - |
| CMYK | 0 | 0.78 | 0.83 | 0 |
| HSL | 3.68º | 1% | 0.58% | - |
| HSV(B) | 3.68º | 0.83% | 1% | - |
| XYZ | 43.09 | 24.26 | 4.7 | - |
| YUV | 114.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 43 | 0 | 0.78 | 0.83 | 0 | 3.68 | 1 | 0.58 |
| Hex | FF | 38 | 2B | 0 | 4E | 53 | 0 | 4 | 64 | 3A |
| Octal | 377 | 70 | 53 | 0 | 116 | 123 | 0 | 4 | 144 | 72 |
| Binary | 11111111 | 111000 | 101011 | 0 | 1001110 | 1010011 | 0 | 100 | 1100100 | 111010 |
Color Harmonies of #FF382B
Complementary color
Monochromatic Colors of #FF382B
Black with #FF382B
Text Example
Text Example
White with #FF382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF382B; }
p { color: rgb(255,56,43); }
H1.HeaderClassName
{
color: #FF382B;
}
.AnyTagClassName
{
color: #FF382B;
}
</style>
background-color css
<style>
a { background-color: #FF382B; }
a { background-color: rgb(255,56,43); }
div.DivClassName
{
background-color: #FF382B;
}
.BgClassName
{
background-color: #FF382B;
}
</style>
border-color css
<style>
span { border-color: #FF382B; }
span { border-color: rgb(255,56,43); }
td.TdClassName
{
border-color: #FF382B;
}
.TagClassName
{
border-color: #FF382B;
}
</style>