Html Css Color HEX #F40901 Red

📋 copy color: '#F40901'

red 244 ◦ green 9 ◦ blue 1

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

Shades of Red #F40901

Tints of Red #F40901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 96.06%
G = 3.54%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F40901 (or 0xF40901) is known color: Red. HEX triplet: F4, 09 and 01. RGB value is (244,9,1). Sum of RGB (Red+Green+Blue) = 244+9+1=254 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.06% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 244 - color contains mainly: red. Hex color #F40901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40901 is #0BF6FE. Grayscale: #4E4E4E. Windows color (decimal): -784127 or 68084. OLE color: 68084.

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

Color convert

RGB 244 9 1 -
CMYK 0 0.96 1.00 0.04
HSL 1.98º 0.99% 0.48% -
HSV(B) 1.98º 1% 0.96% -
XYZ 37.41 19.43 1.81 -
YUV 78.35 84.36 246.15 -
System Red Green Blue C M Y K H S L
Decimal 244 9 1 0 0.96 1.00 0.04 1.98 0.99 0.48
Hex F4 9 1 0 60 64 4 2 63 30
Octal 364 11 1 0 140 144 4 2 143 60
Binary 11110100 1001 1 0 1100000 1100100 100 10 1100011 110000

Color Harmonies of #F40901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40901

Black with #F40901

Text Example


Text Example

White with #F40901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40901; }

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

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

background-color css

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

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

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

border-color css

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

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

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