Html Css Color HEX #FF401E Red Orange

📋 copy color: '#FF401E'

red 255 ◦ green 64 ◦ blue 30

#FF401E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #FF401E

Tints of Red Orange #FF401E

RGB

 RED value IS 255 (100% from 255) = 73.07%

 GREEN value IS 64 (25.39% from 255) = 18.34%

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 73.07%
G = 18.34%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF401E (or 0xFF401E) is known color: Red Orange. HEX triplet: FF, 40 and 1E. RGB value is (255,64,30). Sum of RGB (Red+Green+Blue) = 255+64+30=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF401E is #00BFE1. Grayscale: #757575. Windows color (decimal): -49122 or 1982719. OLE color: 1982719.

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

Color convert

RGB 255 64 30 -
CMYK 0 0.75 0.88 0
HSL 9.07º 1% 0.56% -
HSV(B) 9.07º 0.88% 1% -
XYZ 43.31 25.02 3.78 -
YUV 117.23 78.78 226.26 -
System Red Green Blue C M Y K H S L
Decimal 255 64 30 0 0.75 0.88 0 9.07 1 0.56
Hex FF 40 1E 0 4B 58 0 9 64 38
Octal 377 100 36 0 113 130 0 11 144 70
Binary 11111111 1000000 11110 0 1001011 1011000 0 1001 1100100 111000

Color Harmonies of #FF401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF401E

Black with #FF401E

Text Example


Text Example

White with #FF401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF401E; }

 p { color: rgb(255,64,30); }

 H1.HeaderClassName
 {
   color: #FF401E;
 }
 .AnyTagClassName
 {
   color: #FF401E;
 }
</style>

background-color css

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

 a { background-color: rgb(255,64,30); }

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

border-color css

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

 span { border-color: rgb(255,64,30); }

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