Html Css Color HEX #F10909 Red

📋 copy color: '#F10909'

red 241 ◦ green 9 ◦ blue 9

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

Shades of Red #F10909

Tints of Red #F10909

RGB

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

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

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

R = 93.05%
G = 3.47%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F10909 (or 0xF10909) is known color: Red. HEX triplet: F1, 09 and 09. RGB value is (241,9,9). Sum of RGB (Red+Green+Blue) = 241+9+9=259 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.05% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 241 - color contains mainly: red. Hex color #F10909 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10909 is #0EF6F6. Grayscale: #4E4E4E. Windows color (decimal): -980727 or 592369. OLE color: 592369.

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

Color convert

RGB 241 9 9 -
CMYK 0 0.96 0.96 0.05
HSL 0.93% 0.49% -
HSV(B) 0.96% 0.95% -
XYZ 36.42 18.92 1.99 -
YUV 78.37 88.86 244 -
System Red Green Blue C M Y K H S L
Decimal 241 9 9 0 0.96 0.96 0.05 0 0.93 0.49
Hex F1 9 9 0 60 60 5 0 5D 31
Octal 361 11 11 0 140 140 5 0 135 61
Binary 11110001 1001 1001 0 1100000 1100000 101 0 1011101 110001

Color Harmonies of #F10909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10909

Black with #F10909

Text Example


Text Example

White with #F10909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10909; }

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

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

background-color css

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

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

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

border-color css

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

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

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