Shades of Red Orange #FF3C2B
Tints of Red Orange #FF3C2B
RGB
CMYK
RGB Variations
Color information
#FF3C2B (or 0xFF3C2B) is known color: Red Orange. HEX triplet: FF, 3C and 2B. RGB value is (255,60,43). Sum of RGB (Red+Green+Blue) = 255+60+43=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C2B is #00C3D4. Grayscale: #747474. Windows color (decimal): -50133 or 2833663. OLE color: 2833663.
HSL color Cylindrical-coordinate representation of color #FF3C2B: hue angle of 4.81º 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 #FF3C2B is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 43 | - |
| CMYK | 0 | 0.76 | 0.83 | 0 |
| HSL | 4.81º | 1% | 0.58% | - |
| HSV(B) | 4.81º | 0.83% | 1% | - |
| XYZ | 43.29 | 24.67 | 4.76 | - |
| YUV | 116.37 | 86.6 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 43 | 0 | 0.76 | 0.83 | 0 | 4.81 | 1 | 0.58 |
| Hex | FF | 3C | 2B | 0 | 4C | 53 | 0 | 5 | 64 | 3A |
| Octal | 377 | 74 | 53 | 0 | 114 | 123 | 0 | 5 | 144 | 72 |
| Binary | 11111111 | 111100 | 101011 | 0 | 1001100 | 1010011 | 0 | 101 | 1100100 | 111010 |
Color Harmonies of #FF3C2B
Complementary color
Monochromatic Colors of #FF3C2B
Black with #FF3C2B
Text Example
Text Example
White with #FF3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C2B; }
p { color: rgb(255,60,43); }
H1.HeaderClassName
{
color: #FF3C2B;
}
.AnyTagClassName
{
color: #FF3C2B;
}
</style>
background-color css
<style>
a { background-color: #FF3C2B; }
a { background-color: rgb(255,60,43); }
div.DivClassName
{
background-color: #FF3C2B;
}
.BgClassName
{
background-color: #FF3C2B;
}
</style>
border-color css
<style>
span { border-color: #FF3C2B; }
span { border-color: rgb(255,60,43); }
td.TdClassName
{
border-color: #FF3C2B;
}
.TagClassName
{
border-color: #FF3C2B;
}
</style>