#F13727

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

Shades of Red Orange #F13727

Tints of Red Orange #F13727

Color information

#F13727 (or 0xF13727) is unknown color: approx Red Orange. HEX triplet: F1, 37 and 27. RGB value is (241,55,39). Sum of RGB (Red+Green+Blue) = 241+55+39=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F13727 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13727 is #0EC8D8. Grayscale: #6D6D6D. Windows color (decimal): -968921 or 2570225. OLE color: 2570225.

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

Color convert

RGB2415539-
CMYK00.770.840.05
HSL4.75º87.83%54.9%-
HSV(B)4.75º83.82%94.51%-
XYZ38.0121.584.08-
YUV108.7988.62222.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 71.94%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 39 (15.62% from 255) = 11.64%
R=71.94%
G=16.42%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241553900.770.840.054.7587.8354.9
HexF1372704D54555837
Octal361674701151245513067
Binary111100011101111001110100110110101001011011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13727; }

 p { color: rgb(241,55,39); }

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

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

 a { background-color: rgb(241,55,39); }

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

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

 span { border-color: rgb(241,55,39); }

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