#F13B30

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

Shades of Red Orange #F13B30

Tints of Red Orange #F13B30

Color information

#F13B30 (or 0xF13B30) is unknown color: approx Red Orange. HEX triplet: F1, 3B and 30. RGB value is (241,59,48). Sum of RGB (Red+Green+Blue) = 241+59+48=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13B30 is #0EC4CF. Grayscale: #707070. Windows color (decimal): -967888 or 3161073. OLE color: 3161073.

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

Color convert

RGB2415948-
CMYK00.760.800.05
HSL3.42º87.33%56.67%-
HSV(B)3.42º80.08%94.51%-
XYZ38.3722.045.03-
YUV112.1691.8219.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.25%
GREEN value IS 59 (23.44% from 255) = 16.95%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=69.25%
G=16.95%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241594800.760.800.053.4287.3356.67
HexF13B3004C50535739
Octal361736001141205312771
Binary11110001111011110000010011001010000101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13B30; }

 p { color: rgb(241,59,48); }

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

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

 a { background-color: rgb(241,59,48); }

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

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

 span { border-color: rgb(241,59,48); }

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