Shades of Orange Red #FF3603
Tints of Orange Red #FF3603
RGB
CMYK
RGB Variations
Color information
#FF3603 (or 0xFF3603) is known color: Orange Red. HEX triplet: FF, 36 and 03. RGB value is (255,54,3). Sum of RGB (Red+Green+Blue) = 255+54+3=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3603 is #00C9FC. Grayscale: #6C6C6C. Windows color (decimal): -51709 or 210687. OLE color: 210687.
HSL color Cylindrical-coordinate representation of color #FF3603: hue angle of 12.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF3603 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0 |
| HSL | 12.14º | 1% | 0.51% | - |
| HSV(B) | 12.14º | 0.99% | 1% | - |
| XYZ | 42.58 | 23.9 | 2.46 | - |
| YUV | 108.29 | 68.59 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 3 | 0 | 0.79 | 0.99 | 0 | 12.14 | 1 | 0.51 |
| Hex | FF | 36 | 3 | 0 | 4F | 63 | 0 | C | 64 | 33 |
| Octal | 377 | 66 | 3 | 0 | 117 | 143 | 0 | 14 | 144 | 63 |
| Binary | 11111111 | 110110 | 11 | 0 | 1001111 | 1100011 | 0 | 1100 | 1100100 | 110011 |
Color Harmonies of #FF3603
Complementary color
Monochromatic Colors of #FF3603
Black with #FF3603
Text Example
Text Example
White with #FF3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3603; }
p { color: rgb(255,54,3); }
H1.HeaderClassName
{
color: #FF3603;
}
.AnyTagClassName
{
color: #FF3603;
}
</style>
background-color css
<style>
a { background-color: #FF3603; }
a { background-color: rgb(255,54,3); }
div.DivClassName
{
background-color: #FF3603;
}
.BgClassName
{
background-color: #FF3603;
}
</style>
border-color css
<style>
span { border-color: #FF3603; }
span { border-color: rgb(255,54,3); }
td.TdClassName
{
border-color: #FF3603;
}
.TagClassName
{
border-color: #FF3603;
}
</style>