Html Css Color HEX #F70701 Red

📋 copy color: '#F70701'

red 247 ◦ green 7 ◦ blue 1

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

Shades of Red #F70701

Tints of Red #F70701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 96.86%
G = 2.75%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F70701 (or 0xF70701) is known color: Red. HEX triplet: F7, 07 and 01. RGB value is (247,7,1). Sum of RGB (Red+Green+Blue) = 247+7+1=255 (33% of max value = 765). Red value is 247 (96.88% from 255 or 96.86% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 247 - color contains mainly: red. Hex color #F70701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70701 is #08F8FE. Grayscale: #4E4E4E. Windows color (decimal): -588031 or 67575. OLE color: 67575.

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

Color convert

RGB 247 7 1 -
CMYK 0 0.97 1.00 0.03
HSL 1.46º 0.99% 0.49% -
HSV(B) 1.46º 1% 0.97% -
XYZ 38.44 19.93 1.85 -
YUV 78.08 84.51 248.49 -
System Red Green Blue C M Y K H S L
Decimal 247 7 1 0 0.97 1.00 0.03 1.46 0.99 0.49
Hex F7 7 1 0 61 64 3 1 63 31
Octal 367 7 1 0 141 144 3 1 143 61
Binary 11110111 111 1 0 1100001 1100100 11 1 1100011 110001

Color Harmonies of #F70701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70701

Black with #F70701

Text Example


Text Example

White with #F70701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70701; }

 p { color: rgb(247,7,1); }

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

background-color css

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

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

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

border-color css

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

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

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