Shades of Red Orange #FF382C
Tints of Red Orange #FF382C
RGB
CMYK
RGB Variations
Color information
#FF382C (or 0xFF382C) is known color: Red Orange. HEX triplet: FF, 38 and 2C. RGB value is (255,56,44). Sum of RGB (Red+Green+Blue) = 255+56+44=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF382C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF382C is #00C7D3. Grayscale: #727272. Windows color (decimal): -51156 or 2898175. OLE color: 2898175.
HSL color Cylindrical-coordinate representation of color #FF382C: hue angle of 3.41º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF382C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 44 | - |
| CMYK | 0 | 0.78 | 0.83 | 0 |
| HSL | 3.41º | 1% | 0.59% | - |
| HSV(B) | 3.41º | 0.83% | 1% | - |
| XYZ | 43.11 | 24.27 | 4.8 | - |
| YUV | 114.13 | 88.43 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 44 | 0 | 0.78 | 0.83 | 0 | 3.41 | 1 | 0.59 |
| Hex | FF | 38 | 2C | 0 | 4E | 53 | 0 | 3 | 64 | 3B |
| Octal | 377 | 70 | 54 | 0 | 116 | 123 | 0 | 3 | 144 | 73 |
| Binary | 11111111 | 111000 | 101100 | 0 | 1001110 | 1010011 | 0 | 11 | 1100100 | 111011 |
Color Harmonies of #FF382C
Complementary color
Monochromatic Colors of #FF382C
Black with #FF382C
Text Example
Text Example
White with #FF382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF382C; }
p { color: rgb(255,56,44); }
H1.HeaderClassName
{
color: #FF382C;
}
.AnyTagClassName
{
color: #FF382C;
}
</style>
background-color css
<style>
a { background-color: #FF382C; }
a { background-color: rgb(255,56,44); }
div.DivClassName
{
background-color: #FF382C;
}
.BgClassName
{
background-color: #FF382C;
}
</style>
border-color css
<style>
span { border-color: #FF382C; }
span { border-color: rgb(255,56,44); }
td.TdClassName
{
border-color: #FF382C;
}
.TagClassName
{
border-color: #FF382C;
}
</style>