Html Css Color HEX #F1371E Red Orange

📋 copy color: '#F1371E'

red 241 ◦ green 55 ◦ blue 30

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

Shades of Red Orange #F1371E

Tints of Red Orange #F1371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 73.93%
G = 16.87%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1371E (or 0xF1371E) is known color: Red Orange. HEX triplet: F1, 37 and 1E. RGB value is (241,55,30). Sum of RGB (Red+Green+Blue) = 241+55+30=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F1371E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1371E is #0EC8E1. Grayscale: #6C6C6C. Windows color (decimal): -968930 or 1980401. OLE color: 1980401.

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

Color convert

RGB 241 55 30 -
CMYK 0 0.77 0.88 0.05
HSL 7.11º 0.88% 0.53% -
HSV(B) 7.11º 0.88% 0.95% -
XYZ 37.88 21.53 3.39 -
YUV 107.76 84.12 223.03 -
System Red Green Blue C M Y K H S L
Decimal 241 55 30 0 0.77 0.88 0.05 7.11 0.88 0.53
Hex F1 37 1E 0 4D 58 5 7 58 35
Octal 361 67 36 0 115 130 5 7 130 65
Binary 11110001 110111 11110 0 1001101 1011000 101 111 1011000 110101

Color Harmonies of #F1371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1371E

Black with #F1371E

Text Example


Text Example

White with #F1371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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