Shades of Red Orange #FF3B2D
Tints of Red Orange #FF3B2D
RGB
CMYK
RGB Variations
Color information
#FF3B2D (or 0xFF3B2D) is known color: Red Orange. HEX triplet: FF, 3B and 2D. RGB value is (255,59,45). Sum of RGB (Red+Green+Blue) = 255+59+45=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3B2D is #00C4D2. Grayscale: #747474. Windows color (decimal): -50387 or 2964479. OLE color: 2964479.
HSL color Cylindrical-coordinate representation of color #FF3B2D: hue angle of 4º 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 #FF3B2D is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 45 | - |
| CMYK | 0 | 0.77 | 0.82 | 0 |
| HSL | 4º | 1% | 0.59% | - |
| HSV(B) | 4º | 0.82% | 1% | - |
| XYZ | 43.28 | 24.58 | 4.95 | - |
| YUV | 116.01 | 87.93 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 45 | 0 | 0.77 | 0.82 | 0 | 4 | 1 | 0.59 |
| Hex | FF | 3B | 2D | 0 | 4D | 52 | 0 | 4 | 64 | 3B |
| Octal | 377 | 73 | 55 | 0 | 115 | 122 | 0 | 4 | 144 | 73 |
| Binary | 11111111 | 111011 | 101101 | 0 | 1001101 | 1010010 | 0 | 100 | 1100100 | 111011 |
Color Harmonies of #FF3B2D
Complementary color
Monochromatic Colors of #FF3B2D
Black with #FF3B2D
Text Example
Text Example
White with #FF3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B2D; }
p { color: rgb(255,59,45); }
H1.HeaderClassName
{
color: #FF3B2D;
}
.AnyTagClassName
{
color: #FF3B2D;
}
</style>
background-color css
<style>
a { background-color: #FF3B2D; }
a { background-color: rgb(255,59,45); }
div.DivClassName
{
background-color: #FF3B2D;
}
.BgClassName
{
background-color: #FF3B2D;
}
</style>
border-color css
<style>
span { border-color: #FF3B2D; }
span { border-color: rgb(255,59,45); }
td.TdClassName
{
border-color: #FF3B2D;
}
.TagClassName
{
border-color: #FF3B2D;
}
</style>