Html Css Color HEX #F7130E Red

📋 copy color: '#F7130E'

red 247 ◦ green 19 ◦ blue 14

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

Shades of Red #F7130E

Tints of Red #F7130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 88.21%
G = 6.79%
B = 5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7130E (or 0xF7130E) is known color: Red. HEX triplet: F7, 13 and 0E. RGB value is (247,19,14). Sum of RGB (Red+Green+Blue) = 247+19+14=280 (37% of max value = 765). Red value is 247 (96.88% from 255 or 88.21% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 247 - color contains mainly: red. Hex color #F7130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7130E is #08ECF1. Grayscale: #565656. Windows color (decimal): -584946 or 922615. OLE color: 922615.

HSL color Cylindrical-coordinate representation of color #F7130E: hue angle of 1.29º 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 #F7130E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 19 14 -
CMYK 0 0.92 0.94 0.03
HSL 1.29º 0.94% 0.51% -
HSV(B) 1.29º 0.94% 0.97% -
XYZ 38.67 20.27 2.29 -
YUV 86.6 87.04 242.41 -
System Red Green Blue C M Y K H S L
Decimal 247 19 14 0 0.92 0.94 0.03 1.29 0.94 0.51
Hex F7 13 E 0 5C 5E 3 1 5E 33
Octal 367 23 16 0 134 136 3 1 136 63
Binary 11110111 10011 1110 0 1011100 1011110 11 1 1011110 110011

Color Harmonies of #F7130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7130E

Black with #F7130E

Text Example


Text Example

White with #F7130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7130E; }

 p { color: rgb(247,19,14); }

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

background-color css

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

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

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

border-color css

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

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

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