#F4100F

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

Shades of Red #F4100F

Tints of Red #F4100F

Color information

#F4100F (or 0xF4100F) is unknown color: approx Red. HEX triplet: F4, 10 and 0F. RGB value is (244,16,15). Sum of RGB (Red+Green+Blue) = 244+16+15=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F4100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4100F is #0BEFF0. Grayscale: #545454. Windows color (decimal): -782321 or 987380. OLE color: 987380.

HSL color Cylindrical-coordinate representation of color #F4100F: hue angle of 0.26º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4100F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB2441615-
CMYK00.930.940.04
HSL0.26º91.24%50.78%-
HSV(B)0.26º93.85%95.69%-
XYZ37.5819.642.26-
YUV84.0689.04242.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 88.73%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=88.73%
G=5.82%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244161500.930.940.040.2691.2450.78
HexF410F05D5E405b33
Octal364201701351364013363
Binary1111010010000111101011101101111010001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4100F; }

 p { color: rgb(244,16,15); }

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

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

 a { background-color: rgb(244,16,15); }

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

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

 span { border-color: rgb(244,16,15); }

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