Shades of Orange Red #FF3702
Tints of Orange Red #FF3702
RGB
CMYK
RGB Variations
Color information
#FF3702 (or 0xFF3702) is known color: Orange Red. HEX triplet: FF, 37 and 02. RGB value is (255,55,2). Sum of RGB (Red+Green+Blue) = 255+55+2=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3702 is #00C8FD. Grayscale: #6D6D6D. Windows color (decimal): -51454 or 145407. OLE color: 145407.
HSL color Cylindrical-coordinate representation of color #FF3702: hue angle of 12.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF3702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0 |
| HSL | 12.57º | 1% | 0.5% | - |
| HSV(B) | 12.57º | 0.99% | 1% | - |
| XYZ | 42.62 | 24 | 2.44 | - |
| YUV | 108.76 | 67.76 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 2 | 0 | 0.78 | 0.99 | 0 | 12.57 | 1 | 0.5 |
| Hex | FF | 37 | 2 | 0 | 4E | 63 | 0 | D | 64 | 32 |
| Octal | 377 | 67 | 2 | 0 | 116 | 143 | 0 | 15 | 144 | 62 |
| Binary | 11111111 | 110111 | 10 | 0 | 1001110 | 1100011 | 0 | 1101 | 1100100 | 110010 |
Color Harmonies of #FF3702
Complementary color
Monochromatic Colors of #FF3702
Black with #FF3702
Text Example
Text Example
White with #FF3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3702; }
p { color: rgb(255,55,2); }
H1.HeaderClassName
{
color: #FF3702;
}
.AnyTagClassName
{
color: #FF3702;
}
</style>
background-color css
<style>
a { background-color: #FF3702; }
a { background-color: rgb(255,55,2); }
div.DivClassName
{
background-color: #FF3702;
}
.BgClassName
{
background-color: #FF3702;
}
</style>
border-color css
<style>
span { border-color: #FF3702; }
span { border-color: rgb(255,55,2); }
td.TdClassName
{
border-color: #FF3702;
}
.TagClassName
{
border-color: #FF3702;
}
</style>