Html Css Color HEX #F11209 Red

📋 copy color: '#F11209'

red 241 ◦ green 18 ◦ blue 9

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

Shades of Red #F11209

Tints of Red #F11209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 89.93%
G = 6.72%
B = 3.36%

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

#F11209 (or 0xF11209) is known color: Red. HEX triplet: F1, 12 and 09. RGB value is (241,18,9). Sum of RGB (Red+Green+Blue) = 241+18+9=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F11209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11209 is #0EEDF6. Grayscale: #535353. Windows color (decimal): -978423 or 594673. OLE color: 594673.

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

Color convert

RGB 241 18 9 -
CMYK 0 0.93 0.96 0.05
HSL 2.33º 0.93% 0.49% -
HSV(B) 2.33º 0.96% 0.95% -
XYZ 36.54 19.15 2.03 -
YUV 83.65 85.88 240.23 -
System Red Green Blue C M Y K H S L
Decimal 241 18 9 0 0.93 0.96 0.05 2.33 0.93 0.49
Hex F1 12 9 0 5D 60 5 2 5D 31
Octal 361 22 11 0 135 140 5 2 135 61
Binary 11110001 10010 1001 0 1011101 1100000 101 10 1011101 110001

Color Harmonies of #F11209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11209

Black with #F11209

Text Example


Text Example

White with #F11209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11209; }

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

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

background-color css

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

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

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

border-color css

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

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

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