Html Css Color HEX #F1471B Orange Red

📋 copy color: '#F1471B'

red 241 ◦ green 71 ◦ blue 27

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

Shades of Orange Red #F1471B

Tints of Orange Red #F1471B

RGB

 RED value IS 241 (94.53% from 255) = 71.09%

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

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

R = 71.09%
G = 20.94%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1471B (or 0xF1471B) is known color: Orange Red. HEX triplet: F1, 47 and 1B. RGB value is (241,71,27). Sum of RGB (Red+Green+Blue) = 241+71+27=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F1471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1471B is #0EB8E4. Grayscale: #757575. Windows color (decimal): -964837 or 1787889. OLE color: 1787889.

HSL color Cylindrical-coordinate representation of color #F1471B: hue angle of 12.34º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1471B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 71 27 -
CMYK 0 0.71 0.89 0.05
HSL 12.34º 0.88% 0.53% -
HSV(B) 12.34º 0.89% 0.95% -
XYZ 38.73 23.29 3.49 -
YUV 116.81 77.32 216.58 -
System Red Green Blue C M Y K H S L
Decimal 241 71 27 0 0.71 0.89 0.05 12.34 0.88 0.53
Hex F1 47 1B 0 47 59 5 C 58 35
Octal 361 107 33 0 107 131 5 14 130 65
Binary 11110001 1000111 11011 0 1000111 1011001 101 1100 1011000 110101

Color Harmonies of #F1471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1471B

Black with #F1471B

Text Example


Text Example

White with #F1471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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