Shades of Red Orange #FF382D
Tints of Red Orange #FF382D
RGB
CMYK
RGB Variations
Color information
#FF382D (or 0xFF382D) is known color: Red Orange. HEX triplet: FF, 38 and 2D. RGB value is (255,56,45). Sum of RGB (Red+Green+Blue) = 255+56+45=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF382D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF382D is #00C7D2. Grayscale: #727272. Windows color (decimal): -51155 or 2963711. OLE color: 2963711.
HSL color Cylindrical-coordinate representation of color #FF382D: hue angle of 3.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF382D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 45 | - |
| CMYK | 0 | 0.78 | 0.82 | 0 |
| HSL | 3.14º | 1% | 0.59% | - |
| HSV(B) | 3.14º | 0.82% | 1% | - |
| XYZ | 43.13 | 24.28 | 4.9 | - |
| YUV | 114.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 45 | 0 | 0.78 | 0.82 | 0 | 3.14 | 1 | 0.59 |
| Hex | FF | 38 | 2D | 0 | 4E | 52 | 0 | 3 | 64 | 3B |
| Octal | 377 | 70 | 55 | 0 | 116 | 122 | 0 | 3 | 144 | 73 |
| Binary | 11111111 | 111000 | 101101 | 0 | 1001110 | 1010010 | 0 | 11 | 1100100 | 111011 |
Color Harmonies of #FF382D
Complementary color
Monochromatic Colors of #FF382D
Black with #FF382D
Text Example
Text Example
White with #FF382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF382D; }
p { color: rgb(255,56,45); }
H1.HeaderClassName
{
color: #FF382D;
}
.AnyTagClassName
{
color: #FF382D;
}
</style>
background-color css
<style>
a { background-color: #FF382D; }
a { background-color: rgb(255,56,45); }
div.DivClassName
{
background-color: #FF382D;
}
.BgClassName
{
background-color: #FF382D;
}
</style>
border-color css
<style>
span { border-color: #FF382D; }
span { border-color: rgb(255,56,45); }
td.TdClassName
{
border-color: #FF382D;
}
.TagClassName
{
border-color: #FF382D;
}
</style>