Html Css Color HEX #F1392F Red Orange

📋 copy color: '#F1392F'

red 241 ◦ green 57 ◦ blue 47

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

Shades of Red Orange #F1392F

Tints of Red Orange #F1392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 69.86%
G = 16.52%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1392F (or 0xF1392F) is known color: Red Orange. HEX triplet: F1, 39 and 2F. RGB value is (241,57,47). Sum of RGB (Red+Green+Blue) = 241+57+47=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F1392F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1392F is #0EC6D0. Grayscale: #6F6F6F. Windows color (decimal): -968401 or 3095025. OLE color: 3095025.

HSL color Cylindrical-coordinate representation of color #F1392F: hue angle of 3.09º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1392F is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 57 47 -
CMYK 0 0.76 0.80 0.05
HSL 3.09º 0.87% 0.56% -
HSV(B) 3.09º 0.8% 0.95% -
XYZ 38.25 21.83 4.89 -
YUV 110.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 241 57 47 0 0.76 0.80 0.05 3.09 0.87 0.56
Hex F1 39 2F 0 4C 50 5 3 57 38
Octal 361 71 57 0 114 120 5 3 127 70
Binary 11110001 111001 101111 0 1001100 1010000 101 11 1010111 111000

Color Harmonies of #F1392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1392F

Black with #F1392F

Text Example


Text Example

White with #F1392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1392F; }

 p { color: rgb(241,57,47); }

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

background-color css

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

 a { background-color: rgb(241,57,47); }

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

border-color css

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

 span { border-color: rgb(241,57,47); }

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