Html Css Color HEX #F1392C Red Orange

📋 copy color: '#F1392C'

red 241 ◦ green 57 ◦ blue 44

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

Shades of Red Orange #F1392C

Tints of Red Orange #F1392C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 70.47%
G = 16.67%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1392C (or 0xF1392C) is known color: Red Orange. HEX triplet: F1, 39 and 2C. RGB value is (241,57,44). Sum of RGB (Red+Green+Blue) = 241+57+44=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1392C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1392C is #0EC6D3. Grayscale: #6E6E6E. Windows color (decimal): -968404 or 2898417. OLE color: 2898417.

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

Color convert

RGB 241 57 44 -
CMYK 0 0.76 0.82 0.05
HSL 3.96º 0.88% 0.56% -
HSV(B) 3.96º 0.82% 0.95% -
XYZ 38.19 21.81 4.58 -
YUV 110.53 90.46 221.06 -
System Red Green Blue C M Y K H S L
Decimal 241 57 44 0 0.76 0.82 0.05 3.96 0.88 0.56
Hex F1 39 2C 0 4C 52 5 4 58 38
Octal 361 71 54 0 114 122 5 4 130 70
Binary 11110001 111001 101100 0 1001100 1010010 101 100 1011000 111000

Color Harmonies of #F1392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1392C

Black with #F1392C

Text Example


Text Example

White with #F1392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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