#F40F0F

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

Shades of Red #F40F0F

Tints of Red #F40F0F

Color information

#F40F0F (or 0xF40F0F) is unknown color: approx Red. HEX triplet: F4, 0F and 0F. RGB value is (244,15,15). Sum of RGB (Red+Green+Blue) = 244+15+15=274 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.05% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F0F is #0BF0F0. Grayscale: #535353. Windows color (decimal): -782577 or 987124. OLE color: 987124.

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

Color convert

RGB2441515-
CMYK00.940.940.04
HSL91.24%50.78%-
HSV(B)93.85%95.69%-
XYZ37.5719.612.26-
YUV83.4789.37242.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 89.05%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=89.05%
G=5.47%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244151500.940.940.04091.2450.78
HexF4FF05E5E405b33
Octal364171701361364013363
Binary111101001111111101011110101111010001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40F0F; }

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

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

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

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

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

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

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

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