Html Css Color HEX #FF401F Red Orange

📋 copy color: '#FF401F'

red 255 ◦ green 64 ◦ blue 31

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

Shades of Red Orange #FF401F

Tints of Red Orange #FF401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 72.86%
G = 18.29%
B = 8.86%

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

#FF401F (or 0xFF401F) is known color: Red Orange. HEX triplet: FF, 40 and 1F. RGB value is (255,64,31). Sum of RGB (Red+Green+Blue) = 255+64+31=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF401F is #00BFE0. Grayscale: #757575. Windows color (decimal): -49121 or 2048255. OLE color: 2048255.

HSL color Cylindrical-coordinate representation of color #FF401F: hue angle of 8.84º 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 #FF401F is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 31 -
CMYK 0 0.75 0.88 0
HSL 8.84º 1% 0.56% -
HSV(B) 8.84º 0.88% 1% -
XYZ 43.32 25.03 3.84 -
YUV 117.35 79.28 226.18 -
System Red Green Blue C M Y K H S L
Decimal 255 64 31 0 0.75 0.88 0 8.84 1 0.56
Hex FF 40 1F 0 4B 58 0 9 64 38
Octal 377 100 37 0 113 130 0 11 144 70
Binary 11111111 1000000 11111 0 1001011 1011000 0 1001 1100100 111000

Color Harmonies of #FF401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF401F

Black with #FF401F

Text Example


Text Example

White with #FF401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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