Html Css Color HEX #F11100 Red

📋 copy color: '#F11100'

red 241 ◦ green 17 ◦ blue 0

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

Shades of Red #F11100

Tints of Red #F11100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.41%
G = 6.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F11100 (or 0xF11100) is known color: Red. HEX triplet: F1, 11 and 00. RGB value is (241,17,0). Sum of RGB (Red+Green+Blue) = 241+17+0=258 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.41% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 241 - color contains mainly: red. Hex color #F11100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11100 is #0EEEFF. Grayscale: #525252. Windows color (decimal): -978688 or 4593. OLE color: 4593.

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

Color convert

RGB 241 17 0 -
CMYK 0 0.93 1 0.05
HSL 4.23º 1% 0.47% -
HSV(B) 4.23º 1% 0.95% -
XYZ 36.48 19.1 1.76 -
YUV 82.04 81.71 241.38 -
System Red Green Blue C M Y K H S L
Decimal 241 17 0 0 0.93 1 0.05 4.23 1 0.47
Hex F1 11 0 0 5D 64 5 4 64 2F
Octal 361 21 0 0 135 144 5 4 144 57
Binary 11110001 10001 0 0 1011101 1100100 101 100 1100100 101111

Color Harmonies of #F11100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11100

Black with #F11100

Text Example


Text Example

White with #F11100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11100; }

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

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

background-color css

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

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

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

border-color css

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

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

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