#F13E33

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

Shades of Red Orange #F13E33

Tints of Red Orange #F13E33

Color information

#F13E33 (or 0xF13E33) is unknown color: approx Red Orange. HEX triplet: F1, 3E and 33. RGB value is (241,62,51). Sum of RGB (Red+Green+Blue) = 241+62+51=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13E33 is #0EC1CC. Grayscale: #727272. Windows color (decimal): -967117 or 3358449. OLE color: 3358449.

HSL color Cylindrical-coordinate representation of color #F13E33: hue angle of 3.47º 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 #F13E33 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB2416251-
CMYK00.740.790.05
HSL3.47º87.16%57.25%-
HSV(B)3.47º78.84%94.51%-
XYZ38.622.395.42-
YUV114.2792.3218.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 68.08%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 51 (20.31% from 255) = 14.41%
R=68.08%
G=17.51%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241625100.740.790.053.4787.1657.25
HexF13E3304A4F535739
Octal361766301121175312771
Binary11110001111110110011010010101001111101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13E33; }

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

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

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

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

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

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

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

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