#F13A38

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

Shades of Red Orange #F13A38

Tints of Red Orange #F13A38

Color information

#F13A38 (or 0xF13A38) is unknown color: approx Red Orange. HEX triplet: F1, 3A and 38. RGB value is (241,58,56). Sum of RGB (Red+Green+Blue) = 241+58+56=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A38 is #0EC5C7. Grayscale: #707070. Windows color (decimal): -968136 or 3685105. OLE color: 3685105.

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

Color convert

RGB2415856-
CMYK00.760.770.05
HSL0.65º86.85%58.24%-
HSV(B)0.65º76.76%94.51%-
XYZ38.522.015.96-
YUV112.4996.13219.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.89%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=67.89%
G=16.34%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241585600.760.770.050.6586.8558.24
HexF13A3804C4D51573a
Octal361727001141155112772
Binary1111000111101011100001001100100110110111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13A38; }

 p { color: rgb(241,58,56); }

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

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

 a { background-color: rgb(241,58,56); }

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

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

 span { border-color: rgb(241,58,56); }

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