Html Css Color HEX #F40F07 Red

📋 copy color: '#F40F07'

red 244 ◦ green 15 ◦ blue 7

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

Shades of Red #F40F07

Tints of Red #F40F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 91.73%
G = 5.64%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F40F07 (or 0xF40F07) is known color: Red. HEX triplet: F4, 0F and 07. RGB value is (244,15,7). Sum of RGB (Red+Green+Blue) = 244+15+7=266 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.73% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F07 is #0BF0F8. Grayscale: #525252. Windows color (decimal): -782585 or 462836. OLE color: 462836.

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

Color convert

RGB 244 15 7 -
CMYK 0 0.94 0.97 0.04
HSL 2.03º 0.94% 0.49% -
HSV(B) 2.03º 0.97% 0.96% -
XYZ 37.52 19.59 2 -
YUV 82.56 85.37 243.15 -
System Red Green Blue C M Y K H S L
Decimal 244 15 7 0 0.94 0.97 0.04 2.03 0.94 0.49
Hex F4 F 7 0 5E 61 4 2 5E 31
Octal 364 17 7 0 136 141 4 2 136 61
Binary 11110100 1111 111 0 1011110 1100001 100 10 1011110 110001

Color Harmonies of #F40F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40F07

Black with #F40F07

Text Example


Text Example

White with #F40F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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