Html Css Color HEX #F70B2B Torch Red

📋 copy color: '#F70B2B'

red 247 ◦ green 11 ◦ blue 43

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

Shades of Torch Red #F70B2B

Tints of Torch Red #F70B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 82.06%
G = 3.65%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F70B2B (or 0xF70B2B) is known color: Torch Red. HEX triplet: F7, 0B and 2B. RGB value is (247,11,43). Sum of RGB (Red+Green+Blue) = 247+11+43=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70B2B is #08F4D4. Grayscale: #555555. Windows color (decimal): -586965 or 2821111. OLE color: 2821111.

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

Color convert

RGB 247 11 43 -
CMYK 0 0.96 0.83 0.03
HSL 351.86º 0.94% 0.51% -
HSV(B) 351.86º 0.96% 0.97% -
XYZ 38.91 20.19 4.13 -
YUV 85.21 104.19 243.4 -
System Red Green Blue C M Y K H S L
Decimal 247 11 43 0 0.96 0.83 0.03 351.86 0.94 0.51
Hex F7 B 2B 0 60 53 3 160 5E 33
Octal 367 13 53 0 140 123 3 540 136 63
Binary 11110111 1011 101011 0 1100000 1010011 11 101100000 1011110 110011

Color Harmonies of #F70B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70B2B

Black with #F70B2B

Text Example


Text Example

White with #F70B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70B2B; }

 p { color: rgb(247,11,43); }

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

background-color css

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

 a { background-color: rgb(247,11,43); }

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

border-color css

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

 span { border-color: rgb(247,11,43); }

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