#f13e2a

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

Shades of Red Orange #F13E2A

Tints of Red Orange #F13E2A

Color information

#F13E2A (or 0xF13E2A) is unknown color: approx Red Orange. HEX triplet: F1, 3E and 2A. RGB value is (241,62,42). Sum of RGB (Red+Green+Blue) = 241+62+42=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13E2A is #0EC1D5. Grayscale: #717171. Windows color (decimal): -967126 or 2768625. OLE color: 2768625.

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

Color convert

RGB2416242-
CMYK00.740.830.05
HSL6.03º87.67%55.49%-
HSV(B)6.03º82.57%94.51%-
XYZ38.4222.314.47-
YUV113.2487.8219.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.86%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=69.86%
G=17.97%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241624200.740.830.056.0387.6755.49
HexF13E2A04A53565837
Octal361765201121235613067
Binary111100011111101010100100101010100111011101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13e2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13e2a; }

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

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

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

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

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

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

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

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