Html Css Color HEX #F7110F Red

📋 copy color: '#F7110F'

red 247 ◦ green 17 ◦ blue 15

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

Shades of Red #F7110F

Tints of Red #F7110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 88.53%
G = 6.09%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7110F (or 0xF7110F) is known color: Red. HEX triplet: F7, 11 and 0F. RGB value is (247,17,15). Sum of RGB (Red+Green+Blue) = 247+17+15=279 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.53% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 247 - color contains mainly: red. Hex color #F7110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7110F is #08EEF0. Grayscale: #555555. Windows color (decimal): -585457 or 987639. OLE color: 987639.

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

Color convert

RGB 247 17 15 -
CMYK 0 0.93 0.94 0.03
HSL 0.52º 0.94% 0.51% -
HSV(B) 0.52º 0.94% 0.97% -
XYZ 38.64 20.21 2.32 -
YUV 85.54 88.2 243.16 -
System Red Green Blue C M Y K H S L
Decimal 247 17 15 0 0.93 0.94 0.03 0.52 0.94 0.51
Hex F7 11 F 0 5D 5E 3 1 5E 33
Octal 367 21 17 0 135 136 3 1 136 63
Binary 11110111 10001 1111 0 1011101 1011110 11 1 1011110 110011

Color Harmonies of #F7110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7110F

Black with #F7110F

Text Example


Text Example

White with #F7110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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