Html Css Color HEX #FF411B Red Orange

📋 copy color: '#FF411B'

red 255 ◦ green 65 ◦ blue 27

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

Shades of Red Orange #FF411B

Tints of Red Orange #FF411B

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 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

#FF411B (or 0xFF411B) is known color: 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

RGB 255 65 27 -
CMYK 0 0.75 0.89 0
HSL 10º 1% 0.55% -
HSV(B) 10º 0.89% 1% -
XYZ 43.33 25.12 3.6 -
YUV 117.48 76.95 226.09 -
System Red Green Blue C M Y K H S L
Decimal 255 65 27 0 0.75 0.89 0 10 1 0.55
Hex FF 41 1B 0 4B 59 0 A 64 37
Octal 377 101 33 0 113 131 0 12 144 67
Binary 11111111 1000001 11011 0 1001011 1011001 0 1010 1100100 110111

Color Harmonies of #FF411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF411B

Black with #FF411B

Text Example


Text Example

White with #FF411B

Text Example


Text Example

HTML Codes & Css Web 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>