#F13632

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

Shades of Red Orange #F13632

Tints of Red Orange #F13632

Color information

#F13632 (or 0xF13632) is unknown color: approx Red Orange. HEX triplet: F1, 36 and 32. RGB value is (241,54,50). Sum of RGB (Red+Green+Blue) = 241+54+50=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F13632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13632 is #0EC9CD. Grayscale: #6D6D6D. Windows color (decimal): -969166 or 3290865. OLE color: 3290865.

HSL color Cylindrical-coordinate representation of color #F13632: hue angle of 1.26º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F13632 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB2415450-
CMYK00.780.790.05
HSL1.26º87.21%57.06%-
HSV(B)1.26º79.25%94.51%-
XYZ38.1721.575.17-
YUV109.4694.45221.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.86%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 50 (19.92% from 255) = 14.49%
R=69.86%
G=15.65%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241545000.780.790.051.2687.2157.06
HexF1363204E4F515739
Octal361666201161175112771
Binary1111000111011011001001001110100111110111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13632; }

 p { color: rgb(241,54,50); }

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

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

 a { background-color: rgb(241,54,50); }

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

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

 span { border-color: rgb(241,54,50); }

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