Html Css Color HEX #F70135 Torch Red

📋 copy color: '#F70135'

red 247 ◦ green 1 ◦ blue 53

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

Shades of Torch Red #F70135

Tints of Torch Red #F70135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 82.06%
G = 0.33%
B = 17.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F70135 (or 0xF70135) is known color: Torch Red. HEX triplet: F7, 01 and 35. RGB value is (247,1,53). Sum of RGB (Red+Green+Blue) = 247+1+53=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F70135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70135 is #08FECA. Grayscale: #505050. Windows color (decimal): -589515 or 3473911. OLE color: 3473911.

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

Color convert

RGB 247 1 53 -
CMYK 0 1.00 0.79 0.03
HSL 347.32º 0.99% 0.49% -
HSV(B) 347.32º 1% 0.97% -
XYZ 39.01 20.05 5.18 -
YUV 80.48 112.5 246.77 -
System Red Green Blue C M Y K H S L
Decimal 247 1 53 0 1.00 0.79 0.03 347.32 0.99 0.49
Hex F7 1 35 0 64 4F 3 15B 63 31
Octal 367 1 65 0 144 117 3 533 143 61
Binary 11110111 1 110101 0 1100100 1001111 11 101011011 1100011 110001

Color Harmonies of #F70135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70135

Black with #F70135

Text Example


Text Example

White with #F70135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70135; }

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

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

background-color css

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

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

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

border-color css

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

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

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