#F13121

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

Shades of Red Orange #F13121

Tints of Red Orange #F13121

Color information

#F13121 (or 0xF13121) is unknown color: approx Red Orange. HEX triplet: F1, 31 and 21. RGB value is (241,49,33). Sum of RGB (Red+Green+Blue) = 241+49+33=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F13121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13121 is #0ECEDE. Grayscale: #686868. Windows color (decimal): -970463 or 2175473. OLE color: 2175473.

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

Color convert

RGB2414933-
CMYK00.800.860.05
HSL4.62º88.14%53.73%-
HSV(B)4.62º86.31%94.51%-
XYZ37.6521.013.51-
YUV104.5887.61225.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.61%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 33 (13.28% from 255) = 10.22%
R=74.61%
G=15.17%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241493300.800.860.054.6288.1453.73
HexF1312105056555836
Octal361614101201265513066
Binary111100011100011000010101000010101101011011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13121; }

 p { color: rgb(241,49,33); }

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

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

 a { background-color: rgb(241,49,33); }

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

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

 span { border-color: rgb(241,49,33); }

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