Html Css Color HEX #F70F2B Torch Red

📋 copy color: '#F70F2B'

red 247 ◦ green 15 ◦ blue 43

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

Shades of Torch Red #F70F2B

Tints of Torch Red #F70F2B

RGB

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

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

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

R = 80.98%
G = 4.92%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F70F2B (or 0xF70F2B) is known color: Torch Red. HEX triplet: F7, 0F and 2B. RGB value is (247,15,43). Sum of RGB (Red+Green+Blue) = 247+15+43=305 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.98% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70F2B is #08F0D4. Grayscale: #575757. Windows color (decimal): -585941 or 2822135. OLE color: 2822135.

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

Color convert

RGB 247 15 43 -
CMYK 0 0.94 0.83 0.03
HSL 352.76º 0.94% 0.51% -
HSV(B) 352.76º 0.94% 0.97% -
XYZ 38.96 20.29 4.15 -
YUV 87.56 102.86 241.72 -
System Red Green Blue C M Y K H S L
Decimal 247 15 43 0 0.94 0.83 0.03 352.76 0.94 0.51
Hex F7 F 2B 0 5E 53 3 161 5E 33
Octal 367 17 53 0 136 123 3 541 136 63
Binary 11110111 1111 101011 0 1011110 1010011 11 101100001 1011110 110011

Color Harmonies of #F70F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70F2B

Black with #F70F2B

Text Example


Text Example

White with #F70F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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