Html Css Color HEX #F01109 Red

📋 copy color: '#F01109'

red 240 ◦ green 17 ◦ blue 9

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

Shades of Red #F01109

Tints of Red #F01109

RGB

 RED value IS 240 (94.14% from 255) = 90.23%

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 9 (3.91% from 255) = 3.38%

R = 90.23%
G = 6.39%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F01109 (or 0xF01109) is known color: Red. HEX triplet: F0, 11 and 09. RGB value is (240,17,9). Sum of RGB (Red+Green+Blue) = 240+17+9=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F01109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01109 is #0FEEF6. Grayscale: #535353. Windows color (decimal): -1044215 or 594416. OLE color: 594416.

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

Color convert

RGB 240 17 9 -
CMYK 0 0.93 0.96 0.06
HSL 2.08º 0.93% 0.49% -
HSV(B) 2.08º 0.96% 0.94% -
XYZ 36.18 18.95 2.01 -
YUV 82.77 86.38 240.15 -
System Red Green Blue C M Y K H S L
Decimal 240 17 9 0 0.93 0.96 0.06 2.08 0.93 0.49
Hex F0 11 9 0 5D 60 6 2 5D 31
Octal 360 21 11 0 135 140 6 2 135 61
Binary 11110000 10001 1001 0 1011101 1100000 110 10 1011101 110001

Color Harmonies of #F01109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01109

Black with #F01109

Text Example


Text Example

White with #F01109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01109; }

 p { color: rgb(240,17,9); }

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

background-color css

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

 a { background-color: rgb(240,17,9); }

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

border-color css

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

 span { border-color: rgb(240,17,9); }

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