Html Css Color HEX #F71101 Red

📋 copy color: '#F71101'

red 247 ◦ green 17 ◦ blue 1

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

Shades of Red #F71101

Tints of Red #F71101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 93.21%
G = 6.42%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F71101 (or 0xF71101) is known color: Red. HEX triplet: F7, 11 and 01. RGB value is (247,17,1). Sum of RGB (Red+Green+Blue) = 247+17+1=265 (35% of max value = 765). Red value is 247 (96.88% from 255 or 93.21% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 247 - color contains mainly: red. Hex color #F71101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71101 is #08EEFE. Grayscale: #545454. Windows color (decimal): -585471 or 70135. OLE color: 70135.

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

Color convert

RGB 247 17 1 -
CMYK 0 0.93 1.00 0.03
HSL 3.9º 0.99% 0.49% -
HSV(B) 3.9º 1% 0.97% -
XYZ 38.56 20.18 1.89 -
YUV 83.95 81.2 244.3 -
System Red Green Blue C M Y K H S L
Decimal 247 17 1 0 0.93 1.00 0.03 3.9 0.99 0.49
Hex F7 11 1 0 5D 64 3 4 63 31
Octal 367 21 1 0 135 144 3 4 143 61
Binary 11110111 10001 1 0 1011101 1100100 11 100 1100011 110001

Color Harmonies of #F71101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71101

Black with #F71101

Text Example


Text Example

White with #F71101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71101; }

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

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

background-color css

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

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

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

border-color css

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

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

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