Html Css Color HEX #F11008 Red

📋 copy color: '#F11008'

red 241 ◦ green 16 ◦ blue 8

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

Shades of Red #F11008

Tints of Red #F11008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 90.94%
G = 6.04%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F11008 (or 0xF11008) is known color: Red. HEX triplet: F1, 10 and 08. RGB value is (241,16,8). Sum of RGB (Red+Green+Blue) = 241+16+8=265 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.94% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 241 - color contains mainly: red. Hex color #F11008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11008 is #0EEFF7. Grayscale: #525252. Windows color (decimal): -978936 or 528625. OLE color: 528625.

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

Color convert

RGB 241 16 8 -
CMYK 0 0.93 0.97 0.05
HSL 2.06º 0.94% 0.49% -
HSV(B) 2.06º 0.97% 0.95% -
XYZ 36.5 19.09 1.99 -
YUV 82.36 86.04 241.15 -
System Red Green Blue C M Y K H S L
Decimal 241 16 8 0 0.93 0.97 0.05 2.06 0.94 0.49
Hex F1 10 8 0 5D 61 5 2 5E 31
Octal 361 20 10 0 135 141 5 2 136 61
Binary 11110001 10000 1000 0 1011101 1100001 101 10 1011110 110001

Color Harmonies of #F11008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11008

Black with #F11008

Text Example


Text Example

White with #F11008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11008; }

 p { color: rgb(241,16,8); }

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

background-color css

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

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

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

border-color css

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

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

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