Shades of Red Orange #FF382A
Tints of Red Orange #FF382A
RGB
CMYK
RGB Variations
Color information
#FF382A (or 0xFF382A) is known color: Red Orange. HEX triplet: FF, 38 and 2A. RGB value is (255,56,42). Sum of RGB (Red+Green+Blue) = 255+56+42=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF382A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF382A is #00C7D5. Grayscale: #727272. Windows color (decimal): -51158 or 2767103. OLE color: 2767103.
HSL color Cylindrical-coordinate representation of color #FF382A: hue angle of 3.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF382A is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 42 | - |
| CMYK | 0 | 0.78 | 0.84 | 0 |
| HSL | 3.94º | 1% | 0.58% | - |
| HSV(B) | 3.94º | 0.84% | 1% | - |
| XYZ | 43.07 | 24.26 | 4.6 | - |
| YUV | 113.91 | 87.43 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 42 | 0 | 0.78 | 0.84 | 0 | 3.94 | 1 | 0.58 |
| Hex | FF | 38 | 2A | 0 | 4E | 54 | 0 | 4 | 64 | 3A |
| Octal | 377 | 70 | 52 | 0 | 116 | 124 | 0 | 4 | 144 | 72 |
| Binary | 11111111 | 111000 | 101010 | 0 | 1001110 | 1010100 | 0 | 100 | 1100100 | 111010 |
Color Harmonies of #FF382A
Complementary color
Monochromatic Colors of #FF382A
Black with #FF382A
Text Example
Text Example
White with #FF382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF382A; }
p { color: rgb(255,56,42); }
H1.HeaderClassName
{
color: #FF382A;
}
.AnyTagClassName
{
color: #FF382A;
}
</style>
background-color css
<style>
a { background-color: #FF382A; }
a { background-color: rgb(255,56,42); }
div.DivClassName
{
background-color: #FF382A;
}
.BgClassName
{
background-color: #FF382A;
}
</style>
border-color css
<style>
span { border-color: #FF382A; }
span { border-color: rgb(255,56,42); }
td.TdClassName
{
border-color: #FF382A;
}
.TagClassName
{
border-color: #FF382A;
}
</style>