Html Css Color HEX #F70F0E Red

📋 copy color: '#F70F0E'

red 247 ◦ green 15 ◦ blue 14

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

Shades of Red #F70F0E

Tints of Red #F70F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.43%

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

R = 89.49%
G = 5.43%
B = 5.07%

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

#F70F0E (or 0xF70F0E) is known color: Red. HEX triplet: F7, 0F and 0E. RGB value is (247,15,14). Sum of RGB (Red+Green+Blue) = 247+15+14=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70F0E is #08F0F1. Grayscale: #545454. Windows color (decimal): -585970 or 921591. OLE color: 921591.

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

Color convert

RGB 247 15 14 -
CMYK 0 0.94 0.94 0.03
HSL 0.26º 0.94% 0.51% -
HSV(B) 0.26º 0.94% 0.97% -
XYZ 38.61 20.15 2.27 -
YUV 84.25 88.36 244.08 -
System Red Green Blue C M Y K H S L
Decimal 247 15 14 0 0.94 0.94 0.03 0.26 0.94 0.51
Hex F7 F E 0 5E 5E 3 0 5E 33
Octal 367 17 16 0 136 136 3 0 136 63
Binary 11110111 1111 1110 0 1011110 1011110 11 0 1011110 110011

Color Harmonies of #F70F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70F0E

Black with #F70F0E

Text Example


Text Example

White with #F70F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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