Html Css Color HEX #F1100F Red

📋 copy color: '#F1100F'

red 241 ◦ green 16 ◦ blue 15

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

Shades of Red #F1100F

Tints of Red #F1100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 88.6%
G = 5.88%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1100F (or 0xF1100F) is known color: Red. HEX triplet: F1, 10 and 0F. RGB value is (241,16,15). Sum of RGB (Red+Green+Blue) = 241+16+15=272 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.60% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 241 - color contains mainly: red. Hex color #F1100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1100F is #0EEFF0. Grayscale: #535353. Windows color (decimal): -978929 or 987377. OLE color: 987377.

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

Color convert

RGB 241 16 15 -
CMYK 0 0.93 0.94 0.05
HSL 0.27º 0.89% 0.5% -
HSV(B) 0.27º 0.94% 0.95% -
XYZ 36.55 19.11 2.21 -
YUV 83.16 89.54 240.58 -
System Red Green Blue C M Y K H S L
Decimal 241 16 15 0 0.93 0.94 0.05 0.27 0.89 0.5
Hex F1 10 F 0 5D 5E 5 0 59 32
Octal 361 20 17 0 135 136 5 0 131 62
Binary 11110001 10000 1111 0 1011101 1011110 101 0 1011001 110010

Color Harmonies of #F1100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1100F

Black with #F1100F

Text Example


Text Example

White with #F1100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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