Html Css Color HEX #F1370B Orange Red

📋 copy color: '#F1370B'

red 241 ◦ green 55 ◦ blue 11

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

Shades of Orange Red #F1370B

Tints of Orange Red #F1370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.58%

R = 78.5%
G = 17.92%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1370B (or 0xF1370B) is known color: Orange Red. HEX triplet: F1, 37 and 0B. RGB value is (241,55,11). Sum of RGB (Red+Green+Blue) = 241+55+11=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F1370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1370B is #0EC8F4. Grayscale: #696969. Windows color (decimal): -968949 or 735217. OLE color: 735217.

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

Color convert

RGB 241 55 11 -
CMYK 0 0.77 0.95 0.05
HSL 11.48º 0.91% 0.49% -
HSV(B) 11.48º 0.95% 0.95% -
XYZ 37.7 21.46 2.47 -
YUV 105.6 74.62 224.58 -
System Red Green Blue C M Y K H S L
Decimal 241 55 11 0 0.77 0.95 0.05 11.48 0.91 0.49
Hex F1 37 B 0 4D 5F 5 B 5B 31
Octal 361 67 13 0 115 137 5 13 133 61
Binary 11110001 110111 1011 0 1001101 1011111 101 1011 1011011 110001

Color Harmonies of #F1370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1370B

Black with #F1370B

Text Example


Text Example

White with #F1370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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