Html Css Color HEX #F11109 Red

📋 copy color: '#F11109'

red 241 ◦ green 17 ◦ blue 9

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

Shades of Red #F11109

Tints of Red #F11109

RGB

 RED value IS 241 (94.53% from 255) = 90.26%

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

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

R = 90.26%
G = 6.37%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F11109 (or 0xF11109) is known color: Red. HEX triplet: F1, 11 and 09. RGB value is (241,17,9). Sum of RGB (Red+Green+Blue) = 241+17+9=267 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.26% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 241 - color contains mainly: red. Hex color #F11109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11109 is #0EEEF6. Grayscale: #535353. Windows color (decimal): -978679 or 594417. OLE color: 594417.

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

Color convert

RGB 241 17 9 -
CMYK 0 0.93 0.96 0.05
HSL 2.07º 0.93% 0.49% -
HSV(B) 2.07º 0.96% 0.95% -
XYZ 36.53 19.12 2.02 -
YUV 83.06 86.21 240.65 -
System Red Green Blue C M Y K H S L
Decimal 241 17 9 0 0.93 0.96 0.05 2.07 0.93 0.49
Hex F1 11 9 0 5D 60 5 2 5D 31
Octal 361 21 11 0 135 140 5 2 135 61
Binary 11110001 10001 1001 0 1011101 1100000 101 10 1011101 110001

Color Harmonies of #F11109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11109

Black with #F11109

Text Example


Text Example

White with #F11109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11109; }

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

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

background-color css

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

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

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

border-color css

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

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

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