Html Css Color HEX #F70F00 Red

📋 copy color: '#F70F00'

red 247 ◦ green 15 ◦ blue 0

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

Shades of Red #F70F00

Tints of Red #F70F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.27%
G = 5.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F70F00 (or 0xF70F00) is known color: Red. HEX triplet: F7, 0F and 00. RGB value is (247,15,0). Sum of RGB (Red+Green+Blue) = 247+15+0=262 (34% of max value = 765). Red value is 247 (96.88% from 255 or 94.27% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70F00 is #08F0FF. Grayscale: #525252. Windows color (decimal): -585984 or 4087. OLE color: 4087.

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

Color convert

RGB 247 15 0 -
CMYK 0 0.94 1 0.03
HSL 3.64º 1% 0.48% -
HSV(B) 3.64º 1% 0.97% -
XYZ 38.53 20.12 1.85 -
YUV 82.66 81.36 245.22 -
System Red Green Blue C M Y K H S L
Decimal 247 15 0 0 0.94 1 0.03 3.64 1 0.48
Hex F7 F 0 0 5E 64 3 4 64 30
Octal 367 17 0 0 136 144 3 4 144 60
Binary 11110111 1111 0 0 1011110 1100100 11 100 1100100 110000

Color Harmonies of #F70F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70F00

Black with #F70F00

Text Example


Text Example

White with #F70F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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