#ff412e

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

Shades of Red Orange #FF412E

Tints of Red Orange #FF412E

Color information

#FF412E (or 0xFF412E) is unknown color: approx Red Orange. HEX triplet: FF, 41 and 2E. RGB value is (255,65,46). Sum of RGB (Red+Green+Blue) = 255+65+46=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF412E is #00BED1. Grayscale: #777777. Windows color (decimal): -48850 or 3031551. OLE color: 3031551.

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

Color convert

RGB2556546-
CMYK00.750.820
HSL5.45º100%59.02%-
HSV(B)5.45º81.96%100%-
XYZ43.6225.245.16-
YUV119.6486.45224.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.67%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 46 (18.36% from 255) = 12.57%
R=69.67%
G=17.76%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255654600.750.8205.4510059.02
HexFF412E04B5205643b
Octal3771015601131220514473
Binary11111111100000110111001001011101001001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff412e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff412e; }

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

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

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

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

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

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

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

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