Html Css Color HEX #F70E02 Red

📋 copy color: '#F70E02'

red 247 ◦ green 14 ◦ blue 2

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

Shades of Red #F70E02

Tints of Red #F70E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.32%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 93.92%
G = 5.32%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F70E02 (or 0xF70E02) is known color: Red. HEX triplet: F7, 0E and 02. RGB value is (247,14,2). Sum of RGB (Red+Green+Blue) = 247+14+2=263 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.92% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70E02 is #08F1FD. Grayscale: #525252. Windows color (decimal): -586238 or 134903. OLE color: 134903.

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

Color convert

RGB 247 14 2 -
CMYK 0 0.94 0.99 0.03
HSL 2.94º 0.98% 0.49% -
HSV(B) 2.94º 0.99% 0.97% -
XYZ 38.53 20.09 1.91 -
YUV 82.3 82.69 245.48 -
System Red Green Blue C M Y K H S L
Decimal 247 14 2 0 0.94 0.99 0.03 2.94 0.98 0.49
Hex F7 E 2 0 5E 63 3 3 62 31
Octal 367 16 2 0 136 143 3 3 142 61
Binary 11110111 1110 10 0 1011110 1100011 11 11 1100010 110001

Color Harmonies of #F70E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70E02

Black with #F70E02

Text Example


Text Example

White with #F70E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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