Shades of Red Orange #FF3D2B
Tints of Red Orange #FF3D2B
RGB
CMYK
RGB Variations
Color information
#FF3D2B (or 0xFF3D2B) is known color: Red Orange. HEX triplet: FF, 3D and 2B. RGB value is (255,61,43). Sum of RGB (Red+Green+Blue) = 255+61+43=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D2B is #00C2D4. Grayscale: #757575. Windows color (decimal): -49877 or 2833919. OLE color: 2833919.
HSL color Cylindrical-coordinate representation of color #FF3D2B: hue angle of 5.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF3D2B is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 43 | - |
| CMYK | 0 | 0.76 | 0.83 | 0 |
| HSL | 5.09º | 1% | 0.58% | - |
| HSV(B) | 5.09º | 0.83% | 1% | - |
| XYZ | 43.34 | 24.77 | 4.78 | - |
| YUV | 116.95 | 86.27 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 43 | 0 | 0.76 | 0.83 | 0 | 5.09 | 1 | 0.58 |
| Hex | FF | 3D | 2B | 0 | 4C | 53 | 0 | 5 | 64 | 3A |
| Octal | 377 | 75 | 53 | 0 | 114 | 123 | 0 | 5 | 144 | 72 |
| Binary | 11111111 | 111101 | 101011 | 0 | 1001100 | 1010011 | 0 | 101 | 1100100 | 111010 |
Color Harmonies of #FF3D2B
Complementary color
Monochromatic Colors of #FF3D2B
Black with #FF3D2B
Text Example
Text Example
White with #FF3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D2B; }
p { color: rgb(255,61,43); }
H1.HeaderClassName
{
color: #FF3D2B;
}
.AnyTagClassName
{
color: #FF3D2B;
}
</style>
background-color css
<style>
a { background-color: #FF3D2B; }
a { background-color: rgb(255,61,43); }
div.DivClassName
{
background-color: #FF3D2B;
}
.BgClassName
{
background-color: #FF3D2B;
}
</style>
border-color css
<style>
span { border-color: #FF3D2B; }
span { border-color: rgb(255,61,43); }
td.TdClassName
{
border-color: #FF3D2B;
}
.TagClassName
{
border-color: #FF3D2B;
}
</style>