Shades of Red Orange #FF3F2D
Tints of Red Orange #FF3F2D
RGB
CMYK
RGB Variations
Color information
#FF3F2D (or 0xFF3F2D) is known color: Red Orange. HEX triplet: FF, 3F and 2D. RGB value is (255,63,45). Sum of RGB (Red+Green+Blue) = 255+63+45=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F2D is #00C0D2. Grayscale: #767676. Windows color (decimal): -49363 or 2965503. OLE color: 2965503.
HSL color Cylindrical-coordinate representation of color #FF3F2D: hue angle of 5.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 #FF3F2D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 45 | - |
| CMYK | 0 | 0.75 | 0.82 | 0 |
| HSL | 5.14º | 1% | 0.59% | - |
| HSV(B) | 5.14º | 0.82% | 1% | - |
| XYZ | 43.49 | 25 | 5.02 | - |
| YUV | 118.36 | 86.61 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 45 | 0 | 0.75 | 0.82 | 0 | 5.14 | 1 | 0.59 |
| Hex | FF | 3F | 2D | 0 | 4B | 52 | 0 | 5 | 64 | 3B |
| Octal | 377 | 77 | 55 | 0 | 113 | 122 | 0 | 5 | 144 | 73 |
| Binary | 11111111 | 111111 | 101101 | 0 | 1001011 | 1010010 | 0 | 101 | 1100100 | 111011 |
Color Harmonies of #FF3F2D
Complementary color
Monochromatic Colors of #FF3F2D
Black with #FF3F2D
Text Example
Text Example
White with #FF3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F2D; }
p { color: rgb(255,63,45); }
H1.HeaderClassName
{
color: #FF3F2D;
}
.AnyTagClassName
{
color: #FF3F2D;
}
</style>
background-color css
<style>
a { background-color: #FF3F2D; }
a { background-color: rgb(255,63,45); }
div.DivClassName
{
background-color: #FF3F2D;
}
.BgClassName
{
background-color: #FF3F2D;
}
</style>
border-color css
<style>
span { border-color: #FF3F2D; }
span { border-color: rgb(255,63,45); }
td.TdClassName
{
border-color: #FF3F2D;
}
.TagClassName
{
border-color: #FF3F2D;
}
</style>