Html Css Color HEX #F70130 Torch Red

📋 copy color: '#F70130'

red 247 ◦ green 1 ◦ blue 48

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

Shades of Torch Red #F70130

Tints of Torch Red #F70130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 83.45%
G = 0.34%
B = 16.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F70130 (or 0xF70130) is known color: Torch Red. HEX triplet: F7, 01 and 30. RGB value is (247,1,48). Sum of RGB (Red+Green+Blue) = 247+1+48=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F70130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70130 is #08FECF. Grayscale: #4F4F4F. Windows color (decimal): -589520 or 3146231. OLE color: 3146231.

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

Color convert

RGB 247 1 48 -
CMYK 0 1.00 0.81 0.03
HSL 348.54º 0.99% 0.49% -
HSV(B) 348.54º 1% 0.97% -
XYZ 38.9 20.01 4.61 -
YUV 79.91 110 247.18 -
System Red Green Blue C M Y K H S L
Decimal 247 1 48 0 1.00 0.81 0.03 348.54 0.99 0.49
Hex F7 1 30 0 64 51 3 15D 63 31
Octal 367 1 60 0 144 121 3 535 143 61
Binary 11110111 1 110000 0 1100100 1010001 11 101011101 1100011 110001

Color Harmonies of #F70130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70130

Black with #F70130

Text Example


Text Example

White with #F70130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70130; }

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

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

background-color css

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

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

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

border-color css

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

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

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