Html Css Color HEX #FF401B Red Orange

📋 copy color: '#FF401B'

red 255 ◦ green 64 ◦ blue 27

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

Shades of Red Orange #FF401B

Tints of Red Orange #FF401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 73.7%
G = 18.5%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF401B (or 0xFF401B) is known color: Red Orange. HEX triplet: FF, 40 and 1B. RGB value is (255,64,27). Sum of RGB (Red+Green+Blue) = 255+64+27=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF401B is #00BFE4. Grayscale: #757575. Windows color (decimal): -49125 or 1786111. OLE color: 1786111.

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

Color convert

RGB 255 64 27 -
CMYK 0 0.75 0.89 0
HSL 9.74º 1% 0.55% -
HSV(B) 9.74º 0.89% 1% -
XYZ 43.27 25.01 3.58 -
YUV 116.89 77.28 226.51 -
System Red Green Blue C M Y K H S L
Decimal 255 64 27 0 0.75 0.89 0 9.74 1 0.55
Hex FF 40 1B 0 4B 59 0 A 64 37
Octal 377 100 33 0 113 131 0 12 144 67
Binary 11111111 1000000 11011 0 1001011 1011001 0 1010 1100100 110111

Color Harmonies of #FF401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF401B

Black with #FF401B

Text Example


Text Example

White with #FF401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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