Shades of Red Orange #FF3D2D
Tints of Red Orange #FF3D2D
RGB
CMYK
RGB Variations
Color information
#FF3D2D (or 0xFF3D2D) is known color: Red Orange. HEX triplet: FF, 3D and 2D. RGB value is (255,61,45). Sum of RGB (Red+Green+Blue) = 255+61+45=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D2D is #00C2D2. Grayscale: #757575. Windows color (decimal): -49875 or 2964991. OLE color: 2964991.
HSL color Cylindrical-coordinate representation of color #FF3D2D: hue angle of 4.57º 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 #FF3D2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0 |
| HSL | 4.57º | 1% | 0.59% | - |
| HSV(B) | 4.57º | 0.82% | 1% | - |
| XYZ | 43.38 | 24.79 | 4.98 | - |
| YUV | 117.18 | 87.27 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 45 | 0 | 0.76 | 0.82 | 0 | 4.57 | 1 | 0.59 |
| Hex | FF | 3D | 2D | 0 | 4C | 52 | 0 | 5 | 64 | 3B |
| Octal | 377 | 75 | 55 | 0 | 114 | 122 | 0 | 5 | 144 | 73 |
| Binary | 11111111 | 111101 | 101101 | 0 | 1001100 | 1010010 | 0 | 101 | 1100100 | 111011 |
Color Harmonies of #FF3D2D
Complementary color
Monochromatic Colors of #FF3D2D
Black with #FF3D2D
Text Example
Text Example
White with #FF3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D2D; }
p { color: rgb(255,61,45); }
H1.HeaderClassName
{
color: #FF3D2D;
}
.AnyTagClassName
{
color: #FF3D2D;
}
</style>
background-color css
<style>
a { background-color: #FF3D2D; }
a { background-color: rgb(255,61,45); }
div.DivClassName
{
background-color: #FF3D2D;
}
.BgClassName
{
background-color: #FF3D2D;
}
</style>
border-color css
<style>
span { border-color: #FF3D2D; }
span { border-color: rgb(255,61,45); }
td.TdClassName
{
border-color: #FF3D2D;
}
.TagClassName
{
border-color: #FF3D2D;
}
</style>