#F1331F

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

Shades of Red Orange #F1331F

Tints of Red Orange #F1331F

Color information

#F1331F (or 0xF1331F) is unknown color: approx Red Orange. HEX triplet: F1, 33 and 1F. RGB value is (241,51,31). Sum of RGB (Red+Green+Blue) = 241+51+31=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1331F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1331F is #0ECCE0. Grayscale: #696969. Windows color (decimal): -969953 or 2044913. OLE color: 2044913.

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

Color convert

RGB2415131-
CMYK00.790.870.05
HSL5.71º88.24%53.33%-
HSV(B)5.71º87.14%94.51%-
XYZ37.7121.173.39-
YUV105.5385.95224.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.61%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 31 (12.5% from 255) = 9.60%
R=74.61%
G=15.79%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241513100.790.870.055.7188.2453.33
HexF1331F04F57565835
Octal361633701171275613065
Binary11110001110011111110100111110101111011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1331F; }

 p { color: rgb(241,51,31); }

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

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

 a { background-color: rgb(241,51,31); }

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

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

 span { border-color: rgb(241,51,31); }

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