Html Css Color HEX #F7000F Torch Red

📋 copy color: '#F7000F'

red 247 ◦ green 0 ◦ blue 15

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

Shades of Torch Red #F7000F

Tints of Torch Red #F7000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 94.27%
G = 0%
B = 5.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7000F (or 0xF7000F) is known color: Torch Red. HEX triplet: F7, 00 and 0F. RGB value is (247,0,15). Sum of RGB (Red+Green+Blue) = 247+0+15=262 (34% of max value = 765). Red value is 247 (96.88% from 255 or 94.27% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 247 - color contains mainly: red. Hex color #F7000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7000F is #08FFF0. Grayscale: #4B4B4B. Windows color (decimal): -589809 or 983287. OLE color: 983287.

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

Color convert

RGB 247 0 15 -
CMYK 0 1 0.94 0.03
HSL 356.36º 1% 0.48% -
HSV(B) 356.36º 1% 0.97% -
XYZ 38.44 19.81 2.25 -
YUV 75.56 93.83 250.28 -
System Red Green Blue C M Y K H S L
Decimal 247 0 15 0 1 0.94 0.03 356.36 1 0.48
Hex F7 0 F 0 64 5E 3 164 64 30
Octal 367 0 17 0 144 136 3 544 144 60
Binary 11110111 0 1111 0 1100100 1011110 11 101100100 1100100 110000

Color Harmonies of #F7000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7000F

Black with #F7000F

Text Example


Text Example

White with #F7000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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