#F40801

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

Shades of Red #F40801

Tints of Red #F40801

Color information

#F40801 (or 0xF40801) is unknown color: approx Red. HEX triplet: F4, 08 and 01. RGB value is (244,8,1). Sum of RGB (Red+Green+Blue) = 244+8+1=253 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.44% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 244 - color contains mainly: red. Hex color #F40801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40801 is #0BF7FE. Grayscale: #4E4E4E. Windows color (decimal): -784383 or 67828. OLE color: 67828.

HSL color Cylindrical-coordinate representation of color #F40801: hue angle of 1.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40801 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB24481-
CMYK00.971.000.04
HSL1.73º99.18%48.04%-
HSV(B)1.73º99.59%95.69%-
XYZ37.419.411.8-
YUV77.7784.69246.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 96.44%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=96.44%
G=3.16%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448100.971.000.041.7399.1848.04
HexF48106164426330
Octal36410101411444214360
Binary1111010010001011000011100100100101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40801; }

 p { color: rgb(244,8,1); }

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

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

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

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

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

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

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