Html Css Color HEX #F70125 Torch Red

📋 copy color: '#F70125'

red 247 ◦ green 1 ◦ blue 37

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

Shades of Torch Red #F70125

Tints of Torch Red #F70125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 86.67%
G = 0.35%
B = 12.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F70125 (or 0xF70125) is known color: Torch Red. HEX triplet: F7, 01 and 25. RGB value is (247,1,37). Sum of RGB (Red+Green+Blue) = 247+1+37=285 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.67% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 247 - color contains mainly: red. Hex color #F70125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70125 is #08FEDA. Grayscale: #4E4E4E. Windows color (decimal): -589531 or 2425335. OLE color: 2425335.

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

Color convert

RGB 247 1 37 -
CMYK 0 1.00 0.85 0.03
HSL 351.22º 0.99% 0.49% -
HSV(B) 351.22º 1% 0.97% -
XYZ 38.7 19.93 3.56 -
YUV 78.66 104.5 248.07 -
System Red Green Blue C M Y K H S L
Decimal 247 1 37 0 1.00 0.85 0.03 351.22 0.99 0.49
Hex F7 1 25 0 64 55 3 15F 63 31
Octal 367 1 45 0 144 125 3 537 143 61
Binary 11110111 1 100101 0 1100100 1010101 11 101011111 1100011 110001

Color Harmonies of #F70125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70125

Black with #F70125

Text Example


Text Example

White with #F70125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70125; }

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

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

background-color css

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

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

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

border-color css

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

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

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