Html Css Color HEX #F1371B Red Orange

📋 copy color: '#F1371B'

red 241 ◦ green 55 ◦ blue 27

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

Shades of Red Orange #F1371B

Tints of Red Orange #F1371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

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

R = 74.61%
G = 17.03%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1371B (or 0xF1371B) is known color: Red Orange. HEX triplet: F1, 37 and 1B. RGB value is (241,55,27). Sum of RGB (Red+Green+Blue) = 241+55+27=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1371B is #0EC8E4. Grayscale: #6B6B6B. Windows color (decimal): -968933 or 1783793. OLE color: 1783793.

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

Color convert

RGB 241 55 27 -
CMYK 0 0.77 0.89 0.05
HSL 7.85º 0.88% 0.53% -
HSV(B) 7.85º 0.89% 0.95% -
XYZ 37.84 21.51 3.19 -
YUV 107.42 82.62 223.28 -
System Red Green Blue C M Y K H S L
Decimal 241 55 27 0 0.77 0.89 0.05 7.85 0.88 0.53
Hex F1 37 1B 0 4D 59 5 8 58 35
Octal 361 67 33 0 115 131 5 10 130 65
Binary 11110001 110111 11011 0 1001101 1011001 101 1000 1011000 110101

Color Harmonies of #F1371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1371B

Black with #F1371B

Text Example


Text Example

White with #F1371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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