#FF3611

Color #FF3611 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #FF3611

Tints of Orange Red #FF3611

Color information

#FF3611 (or 0xFF3611) is unknown color: approx Orange Red. HEX triplet: FF, 36 and 11. RGB value is (255,54,17). Sum of RGB (Red+Green+Blue) = 255+54+17=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3611 is #00C9EE. Grayscale: #6E6E6E. Windows color (decimal): -51695 or 1128191. OLE color: 1128191.

HSL color Cylindrical-coordinate representation of color #FF3611: hue angle of 9.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3611 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2555417-
CMYK00.790.930
HSL9.33º100%53.33%-
HSV(B)9.33º93.33%100%-
XYZ42.6623.942.9-
YUV109.8875.59231.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 78.22%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 17 (7.03% from 255) = 5.21%
R=78.22%
G=16.56%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255541700.790.9309.3310053.33
HexFF361104F5D096435
Octal3776621011713501114465
Binary1111111111011010001010011111011101010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3611; }

 p { color: rgb(255,54,17); }

 H1.HeaderClassName
 {
   color: #FF3611;
 }
 .AnyTagClassName
 {
   color: #FF3611;
 }
</style>
background-color css

<style>
 a { background-color: #FF3611; }

 a { background-color: rgb(255,54,17); }

 div.DivClassName
 {
   background-color: #FF3611;
 }
 .BgClassName
 {
   background-color: #FF3611;
 }
</style>
border-color css

<style>
 span { border-color: #FF3611; }

 span { border-color: rgb(255,54,17); }

 td.TdClassName
 {
   border-color: #FF3611;
 }
 .TagClassName
 {
   border-color: #FF3611;
 }
</style>