Html Css Color HEX #FF471B Orange Red

📋 copy color: '#FF471B'

red 255 ◦ green 71 ◦ blue 27

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

Shades of Orange Red #FF471B

Tints of Orange Red #FF471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

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

R = 72.24%
G = 20.11%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF471B (or 0xFF471B) is known color: Orange Red. HEX triplet: FF, 47 and 1B. RGB value is (255,71,27). Sum of RGB (Red+Green+Blue) = 255+71+27=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF471B is #00B8E4. Grayscale: #797979. Windows color (decimal): -47333 or 1787903. OLE color: 1787903.

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

Color convert

RGB 255 71 27 -
CMYK 0 0.72 0.89 0
HSL 11.58º 1% 0.55% -
HSV(B) 11.58º 0.89% 1% -
XYZ 43.69 25.85 3.72 -
YUV 121 74.96 223.58 -
System Red Green Blue C M Y K H S L
Decimal 255 71 27 0 0.72 0.89 0 11.58 1 0.55
Hex FF 47 1B 0 48 59 0 C 64 37
Octal 377 107 33 0 110 131 0 14 144 67
Binary 11111111 1000111 11011 0 1001000 1011001 0 1100 1100100 110111

Color Harmonies of #FF471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF471B

Black with #FF471B

Text Example


Text Example

White with #FF471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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