Html Css Color HEX #F71010 Red

📋 copy color: '#F71010'

red 247 ◦ green 16 ◦ blue 16

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

Shades of Red #F71010

Tints of Red #F71010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 88.53%
G = 5.73%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F71010 (or 0xF71010) is known color: Red. HEX triplet: F7, 10 and 10. RGB value is (247,16,16). Sum of RGB (Red+Green+Blue) = 247+16+16=279 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.53% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 247 - color contains mainly: red. Hex color #F71010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71010 is #08EFEF. Grayscale: #555555. Windows color (decimal): -585712 or 1052919. OLE color: 1052919.

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

Color convert

RGB 247 16 16 -
CMYK 0 0.94 0.94 0.03
HSL 0.94% 0.52% -
HSV(B) 0.94% 0.97% -
XYZ 38.64 20.18 2.35 -
YUV 85.07 89.03 243.5 -
System Red Green Blue C M Y K H S L
Decimal 247 16 16 0 0.94 0.94 0.03 0 0.94 0.52
Hex F7 10 10 0 5E 5E 3 0 5E 34
Octal 367 20 20 0 136 136 3 0 136 64
Binary 11110111 10000 10000 0 1011110 1011110 11 0 1011110 110100

Color Harmonies of #F71010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71010

Black with #F71010

Text Example


Text Example

White with #F71010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71010; }

 p { color: rgb(247,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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