Html Css Color HEX #F11000 Red

📋 copy color: '#F11000'

red 241 ◦ green 16 ◦ blue 0

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

Shades of Red #F11000

Tints of Red #F11000

RGB

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

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

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

R = 93.77%
G = 6.23%
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

#F11000 (or 0xF11000) is known color: Red. HEX triplet: F1, 10 and 00. RGB value is (241,16,0). Sum of RGB (Red+Green+Blue) = 241+16+0=257 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.77% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 241 - color contains mainly: red. Hex color #F11000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11000 is #0EEFFF. Grayscale: #515151. Windows color (decimal): -978944 or 4337. OLE color: 4337.

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

Color convert

RGB 241 16 0 -
CMYK 0 0.93 1 0.05
HSL 3.98º 1% 0.47% -
HSV(B) 3.98º 1% 0.95% -
XYZ 36.46 19.07 1.76 -
YUV 81.45 82.04 241.8 -
System Red Green Blue C M Y K H S L
Decimal 241 16 0 0 0.93 1 0.05 3.98 1 0.47
Hex F1 10 0 0 5D 64 5 4 64 2F
Octal 361 20 0 0 135 144 5 4 144 57
Binary 11110001 10000 0 0 1011101 1100100 101 100 1100100 101111

Color Harmonies of #F11000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11000

Black with #F11000

Text Example


Text Example

White with #F11000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11000; }

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

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

background-color css

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

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

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

border-color css

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

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

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