Shades of Red Orange #FF3C2D
Tints of Red Orange #FF3C2D
RGB
CMYK
RGB Variations
Color information
#FF3C2D (or 0xFF3C2D) is known color: Red Orange. HEX triplet: FF, 3C and 2D. RGB value is (255,60,45). Sum of RGB (Red+Green+Blue) = 255+60+45=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C2D is #00C3D2. Grayscale: #747474. Windows color (decimal): -50131 or 2964735. OLE color: 2964735.
HSL color Cylindrical-coordinate representation of color #FF3C2D: hue angle of 4.29º 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 #FF3C2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0 |
| HSL | 4.29º | 1% | 0.59% | - |
| HSV(B) | 4.29º | 0.82% | 1% | - |
| XYZ | 43.33 | 24.68 | 4.96 | - |
| YUV | 116.6 | 87.6 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 45 | 0 | 0.76 | 0.82 | 0 | 4.29 | 1 | 0.59 |
| Hex | FF | 3C | 2D | 0 | 4C | 52 | 0 | 4 | 64 | 3B |
| Octal | 377 | 74 | 55 | 0 | 114 | 122 | 0 | 4 | 144 | 73 |
| Binary | 11111111 | 111100 | 101101 | 0 | 1001100 | 1010010 | 0 | 100 | 1100100 | 111011 |
Color Harmonies of #FF3C2D
Complementary color
Monochromatic Colors of #FF3C2D
Black with #FF3C2D
Text Example
Text Example
White with #FF3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C2D; }
p { color: rgb(255,60,45); }
H1.HeaderClassName
{
color: #FF3C2D;
}
.AnyTagClassName
{
color: #FF3C2D;
}
</style>
background-color css
<style>
a { background-color: #FF3C2D; }
a { background-color: rgb(255,60,45); }
div.DivClassName
{
background-color: #FF3C2D;
}
.BgClassName
{
background-color: #FF3C2D;
}
</style>
border-color css
<style>
span { border-color: #FF3C2D; }
span { border-color: rgb(255,60,45); }
td.TdClassName
{
border-color: #FF3C2D;
}
.TagClassName
{
border-color: #FF3C2D;
}
</style>