Html Css Color HEX #F70F1B Torch Red

📋 copy color: '#F70F1B'

red 247 ◦ green 15 ◦ blue 27

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

Shades of Torch Red #F70F1B

Tints of Torch Red #F70F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 85.47%
G = 5.19%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F70F1B (or 0xF70F1B) is known color: Torch Red. HEX triplet: F7, 0F and 1B. RGB value is (247,15,27). Sum of RGB (Red+Green+Blue) = 247+15+27=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70F1B is #08F0E4. Grayscale: #555555. Windows color (decimal): -585957 or 1773559. OLE color: 1773559.

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

Color convert

RGB 247 15 27 -
CMYK 0 0.94 0.89 0.03
HSL 356.9º 0.94% 0.51% -
HSV(B) 356.9º 0.94% 0.97% -
XYZ 38.73 20.19 2.89 -
YUV 85.74 94.86 243.02 -
System Red Green Blue C M Y K H S L
Decimal 247 15 27 0 0.94 0.89 0.03 356.9 0.94 0.51
Hex F7 F 1B 0 5E 59 3 165 5E 33
Octal 367 17 33 0 136 131 3 545 136 63
Binary 11110111 1111 11011 0 1011110 1011001 11 101100101 1011110 110011

Color Harmonies of #F70F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70F1B

Black with #F70F1B

Text Example


Text Example

White with #F70F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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