#ff411b

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

Shades of Red Orange #FF411B

Tints of Red Orange #FF411B

Color information

#FF411B (or 0xFF411B) is unknown color: approx Red Orange. HEX triplet: FF, 41 and 1B. RGB value is (255,65,27). Sum of RGB (Red+Green+Blue) = 255+65+27=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF411B is #00BEE4. Grayscale: #757575. Windows color (decimal): -48869 or 1786367. OLE color: 1786367.

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

Color convert

RGB2556527-
CMYK00.750.890
HSL10º100%55.29%-
HSV(B)10º89.41%100%-
XYZ43.3325.123.6-
YUV117.4876.95226.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.49%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 27 (10.94% from 255) = 7.78%
R=73.49%
G=18.73%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255652700.750.8901010055.29
HexFF411B04B590a6437
Octal37710133011313101214467
Binary11111111100000111011010010111011001010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff411b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff411b; }

 p { color: rgb(255,65,27); }

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

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

 a { background-color: rgb(255,65,27); }

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

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

 span { border-color: rgb(255,65,27); }

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