Html Css Color HEX #FF471D Red Orange

📋 copy color: '#FF471D'

red 255 ◦ green 71 ◦ blue 29

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

Shades of Red Orange #FF471D

Tints of Red Orange #FF471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 71.83%
G = 20%
B = 8.17%

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

#FF471D (or 0xFF471D) is known color: Red Orange. HEX triplet: FF, 47 and 1D. RGB value is (255,71,29). Sum of RGB (Red+Green+Blue) = 255+71+29=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF471D is #00B8E2. Grayscale: #797979. Windows color (decimal): -47331 or 1918975. OLE color: 1918975.

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

Color convert

RGB 255 71 29 -
CMYK 0 0.72 0.89 0
HSL 11.15º 1% 0.56% -
HSV(B) 11.15º 0.89% 1% -
XYZ 43.72 25.86 3.85 -
YUV 121.23 75.96 223.42 -
System Red Green Blue C M Y K H S L
Decimal 255 71 29 0 0.72 0.89 0 11.15 1 0.56
Hex FF 47 1D 0 48 59 0 B 64 38
Octal 377 107 35 0 110 131 0 13 144 70
Binary 11111111 1000111 11101 0 1001000 1011001 0 1011 1100100 111000

Color Harmonies of #FF471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF471D

Black with #FF471D

Text Example


Text Example

White with #FF471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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