#F13D14

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

Shades of Orange Red #F13D14

Tints of Orange Red #F13D14

Color information

#F13D14 (or 0xF13D14) is unknown color: approx Orange Red. HEX triplet: F1, 3D and 14. RGB value is (241,61,20). Sum of RGB (Red+Green+Blue) = 241+61+20=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13D14 is #0EC2EB. Grayscale: #6E6E6E. Windows color (decimal): -967404 or 1326577. OLE color: 1326577.

HSL color Cylindrical-coordinate representation of color #F13D14: hue angle of 11.13º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F13D14 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB2416120-
CMYK00.750.920.05
HSL11.13º88.76%51.18%-
HSV(B)11.13º91.7%94.51%-
XYZ38.0722.092.92-
YUV110.1577.13221.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.84%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=74.84%
G=18.94%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241612000.750.920.0511.1388.7651.18
HexF13D1404B5C5b5933
Octal3617524011313451313163
Binary111100011111011010001001011101110010110111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13D14; }

 p { color: rgb(241,61,20); }

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

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

 a { background-color: rgb(241,61,20); }

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

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

 span { border-color: rgb(241,61,20); }

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