Html Css Color HEX #F71100 Red

📋 copy color: '#F71100'

red 247 ◦ green 17 ◦ blue 0

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

Shades of Red #F71100

Tints of Red #F71100

RGB

 RED value IS 247 (96.88% from 255) = 93.56%

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

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

R = 93.56%
G = 6.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F71100 (or 0xF71100) is known color: Red. HEX triplet: F7, 11 and 00. RGB value is (247,17,0). Sum of RGB (Red+Green+Blue) = 247+17+0=264 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.56% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 247 - color contains mainly: red. Hex color #F71100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71100 is #08EEFF. Grayscale: #545454. Windows color (decimal): -585472 or 4599. OLE color: 4599.

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

Color convert

RGB 247 17 0 -
CMYK 0 0.93 1 0.03
HSL 4.13º 1% 0.48% -
HSV(B) 4.13º 1% 0.97% -
XYZ 38.56 20.18 1.86 -
YUV 83.83 80.7 244.38 -
System Red Green Blue C M Y K H S L
Decimal 247 17 0 0 0.93 1 0.03 4.13 1 0.48
Hex F7 11 0 0 5D 64 3 4 64 30
Octal 367 21 0 0 135 144 3 4 144 60
Binary 11110111 10001 0 0 1011101 1100100 11 100 1100100 110000

Color Harmonies of #F71100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71100

Black with #F71100

Text Example


Text Example

White with #F71100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71100; }

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

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

background-color css

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

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

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

border-color css

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

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

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