#F13924

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

Shades of Red Orange #F13924

Tints of Red Orange #F13924

Color information

#F13924 (or 0xF13924) is unknown color: approx Red Orange. HEX triplet: F1, 39 and 24. RGB value is (241,57,36). Sum of RGB (Red+Green+Blue) = 241+57+36=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F13924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13924 is #0EC6DB. Grayscale: #6D6D6D. Windows color (decimal): -968412 or 2374129. OLE color: 2374129.

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

Color convert

RGB2415736-
CMYK00.760.850.05
HSL6.15º87.98%54.31%-
HSV(B)6.15º85.06%94.51%-
XYZ38.0621.753.86-
YUV109.6286.46221.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.16%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 36 (14.45% from 255) = 10.78%
R=72.16%
G=17.07%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241573600.760.850.056.1587.9854.31
HexF1392404C55565836
Octal361714401141255613066
Binary111100011110011001000100110010101011011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13924; }

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

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

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

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

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

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

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

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