#F1312C

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

Shades of Red Orange #F1312C

Tints of Red Orange #F1312C

Color information

#F1312C (or 0xF1312C) is unknown color: approx Red Orange. HEX triplet: F1, 31 and 2C. RGB value is (241,49,44). Sum of RGB (Red+Green+Blue) = 241+49+44=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1312C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1312C is #0ECED3. Grayscale: #6A6A6A. Windows color (decimal): -970452 or 2896369. OLE color: 2896369.

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

Color convert

RGB2414944-
CMYK00.800.820.05
HSL1.52º87.56%55.88%-
HSV(B)1.52º81.74%94.51%-
XYZ37.8321.084.46-
YUV105.8493.11224.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.16%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=72.16%
G=14.67%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241494400.800.820.051.5287.5655.88
HexF1312C05052525838
Octal361615401201225213070
Binary11110001110001101100010100001010010101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1312C; }

 p { color: rgb(241,49,44); }

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

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

 a { background-color: rgb(241,49,44); }

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

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

 span { border-color: rgb(241,49,44); }

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