Html Css Color HEX #F40F00 Red

📋 copy color: '#F40F00'

red 244 ◦ green 15 ◦ blue 0

#F40F00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #F40F00

Tints of Red #F40F00

RGB

 RED value IS 244 (95.7% from 255) = 94.21%

 GREEN value IS 15 (6.25% from 255) = 5.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.21%
G = 5.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F40F00 (or 0xF40F00) is known color: Red. HEX triplet: F4, 0F and 00. RGB value is (244,15,0). Sum of RGB (Red+Green+Blue) = 244+15+0=259 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.21% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F00 is #0BF0FF. Grayscale: #525252. Windows color (decimal): -782592 or 4084. OLE color: 4084.

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

Color convert

RGB 244 15 0 -
CMYK 0 0.94 1 0.04
HSL 3.69º 1% 0.48% -
HSV(B) 3.69º 1% 0.96% -
XYZ 37.48 19.57 1.8 -
YUV 81.76 81.87 243.72 -
System Red Green Blue C M Y K H S L
Decimal 244 15 0 0 0.94 1 0.04 3.69 1 0.48
Hex F4 F 0 0 5E 64 4 4 64 30
Octal 364 17 0 0 136 144 4 4 144 60
Binary 11110100 1111 0 0 1011110 1100100 100 100 1100100 110000

Color Harmonies of #F40F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40F00

Black with #F40F00

Text Example


Text Example

White with #F40F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40F00; }

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

 H1.HeaderClassName
 {
   color: #F40F00;
 }
 .AnyTagClassName
 {
   color: #F40F00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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