Shades of Orange Red #FF3704
Tints of Orange Red #FF3704
RGB
CMYK
RGB Variations
Color information
#FF3704 (or 0xFF3704) is known color: Orange Red. HEX triplet: FF, 37 and 04. RGB value is (255,55,4). Sum of RGB (Red+Green+Blue) = 255+55+4=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3704 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3704 is #00C8FB. Grayscale: #6D6D6D. Windows color (decimal): -51452 or 276479. OLE color: 276479.
HSL color Cylindrical-coordinate representation of color #FF3704: hue angle of 12.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF3704 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0 |
| HSL | 12.19º | 1% | 0.51% | - |
| HSV(B) | 12.19º | 0.98% | 1% | - |
| XYZ | 42.63 | 24 | 2.5 | - |
| YUV | 108.99 | 68.76 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 4 | 0 | 0.78 | 0.98 | 0 | 12.19 | 1 | 0.51 |
| Hex | FF | 37 | 4 | 0 | 4E | 62 | 0 | C | 64 | 33 |
| Octal | 377 | 67 | 4 | 0 | 116 | 142 | 0 | 14 | 144 | 63 |
| Binary | 11111111 | 110111 | 100 | 0 | 1001110 | 1100010 | 0 | 1100 | 1100100 | 110011 |
Color Harmonies of #FF3704
Complementary color
Monochromatic Colors of #FF3704
Black with #FF3704
Text Example
Text Example
White with #FF3704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3704; }
p { color: rgb(255,55,4); }
H1.HeaderClassName
{
color: #FF3704;
}
.AnyTagClassName
{
color: #FF3704;
}
</style>
background-color css
<style>
a { background-color: #FF3704; }
a { background-color: rgb(255,55,4); }
div.DivClassName
{
background-color: #FF3704;
}
.BgClassName
{
background-color: #FF3704;
}
</style>
border-color css
<style>
span { border-color: #FF3704; }
span { border-color: rgb(255,55,4); }
td.TdClassName
{
border-color: #FF3704;
}
.TagClassName
{
border-color: #FF3704;
}
</style>