#f13835

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

Shades of Red Orange #F13835

Tints of Red Orange #F13835

Color information

#F13835 (or 0xF13835) is unknown color: approx Red Orange. HEX triplet: F1, 38 and 35. RGB value is (241,56,53). Sum of RGB (Red+Green+Blue) = 241+56+53=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F13835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13835 is #0EC7CA. Grayscale: #6F6F6F. Windows color (decimal): -968651 or 3487985. OLE color: 3487985.

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

Color convert

RGB2415653-
CMYK00.770.780.05
HSL0.96º87.04%57.65%-
HSV(B)0.96º78.01%94.51%-
XYZ38.3321.795.55-
YUV110.9795.29220.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 68.86%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=68.86%
G=16%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241565300.770.780.050.9687.0457.65
HexF1383504D4E51573a
Octal361706501151165112772
Binary1111000111100011010101001101100111010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13835; }

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

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

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

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

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

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

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

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