Html Css Color HEX #F40807 Red

📋 copy color: '#F40807'

red 244 ◦ green 8 ◦ blue 7

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

Shades of Red #F40807

Tints of Red #F40807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 94.21%
G = 3.09%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F40807 (or 0xF40807) is known color: Red. HEX triplet: F4, 08 and 07. RGB value is (244,8,7). Sum of RGB (Red+Green+Blue) = 244+8+7=259 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.21% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 244 - color contains mainly: red. Hex color #F40807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40807 is #0BF7F8. Grayscale: #4E4E4E. Windows color (decimal): -784377 or 461044. OLE color: 461044.

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

Color convert

RGB 244 8 7 -
CMYK 0 0.97 0.97 0.04
HSL 0.25º 0.94% 0.49% -
HSV(B) 0.25º 0.97% 0.96% -
XYZ 37.43 19.42 1.98 -
YUV 78.45 87.69 246.08 -
System Red Green Blue C M Y K H S L
Decimal 244 8 7 0 0.97 0.97 0.04 0.25 0.94 0.49
Hex F4 8 7 0 61 61 4 0 5E 31
Octal 364 10 7 0 141 141 4 0 136 61
Binary 11110100 1000 111 0 1100001 1100001 100 0 1011110 110001

Color Harmonies of #F40807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40807

Black with #F40807

Text Example


Text Example

White with #F40807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40807; }

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

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

background-color css

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

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

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

border-color css

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

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

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