#F1392D

Color #F1392D Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #F1392D

Tints of Red Orange #F1392D

Color information

#F1392D (or 0xF1392D) is unknown color: approx Red Orange. HEX triplet: F1, 39 and 2D. RGB value is (241,57,45). Sum of RGB (Red+Green+Blue) = 241+57+45=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1392D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1392D is #0EC6D2. Grayscale: #6E6E6E. Windows color (decimal): -968403 or 2963953. OLE color: 2963953.

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

Color convert

RGB2415745-
CMYK00.760.810.05
HSL3.67º87.5%56.08%-
HSV(B)3.67º81.33%94.51%-
XYZ38.2121.824.68-
YUV110.6590.96220.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 70.26%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 45 (17.97% from 255) = 13.12%
R=70.26%
G=16.62%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241574500.760.810.053.6787.556.08
HexF1392D04C51545838
Octal361715501141215413070
Binary111100011110011011010100110010100011011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1392D; }

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

 H1.HeaderClassName
 {
   color: #F1392D;
 }
 .AnyTagClassName
 {
   color: #F1392D;
 }
</style>
background-color css

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

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

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

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

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

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