#F13830

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

Shades of Red Orange #F13830

Tints of Red Orange #F13830

Color information

#F13830 (or 0xF13830) is unknown color: approx Red Orange. HEX triplet: F1, 38 and 30. RGB value is (241,56,48). Sum of RGB (Red+Green+Blue) = 241+56+48=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F13830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13830 is #0EC7CF. Grayscale: #6E6E6E. Windows color (decimal): -968656 or 3160305. OLE color: 3160305.

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

Color convert

RGB2415648-
CMYK00.770.800.05
HSL2.49º87.33%56.67%-
HSV(B)2.49º80.08%94.51%-
XYZ38.2221.744.98-
YUV110.492.79221.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.86%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=69.86%
G=16.23%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241564800.770.800.052.4987.3356.67
HexF1383004D50525739
Octal361706001151205212771
Binary11110001111000110000010011011010000101101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13830; }

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

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

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

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

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

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

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

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