Html Css Color HEX #F40701 Red

📋 copy color: '#F40701'

red 244 ◦ green 7 ◦ blue 1

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

Shades of Red #F40701

Tints of Red #F40701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 96.83%
G = 2.78%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F40701 (or 0xF40701) is known color: Red. HEX triplet: F4, 07 and 01. RGB value is (244,7,1). Sum of RGB (Red+Green+Blue) = 244+7+1=252 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.83% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 244 - color contains mainly: red. Hex color #F40701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40701 is #0BF8FE. Grayscale: #4D4D4D. Windows color (decimal): -784639 or 67572. OLE color: 67572.

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

Color convert

RGB 244 7 1 -
CMYK 0 0.97 1.00 0.04
HSL 1.48º 0.99% 0.48% -
HSV(B) 1.48º 1% 0.96% -
XYZ 37.39 19.39 1.8 -
YUV 77.18 85.02 246.99 -
System Red Green Blue C M Y K H S L
Decimal 244 7 1 0 0.97 1.00 0.04 1.48 0.99 0.48
Hex F4 7 1 0 61 64 4 1 63 30
Octal 364 7 1 0 141 144 4 1 143 60
Binary 11110100 111 1 0 1100001 1100100 100 1 1100011 110000

Color Harmonies of #F40701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40701

Black with #F40701

Text Example


Text Example

White with #F40701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40701; }

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

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

background-color css

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

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

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

border-color css

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

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

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