Html Css Color HEX #F7031D Torch Red

📋 copy color: '#F7031D'

red 247 ◦ green 3 ◦ blue 29

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

Shades of Torch Red #F7031D

Tints of Torch Red #F7031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 88.53%
G = 1.08%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7031D (or 0xF7031D) is known color: Torch Red. HEX triplet: F7, 03 and 1D. RGB value is (247,3,29). Sum of RGB (Red+Green+Blue) = 247+3+29=279 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.53% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 247 - color contains mainly: red. Hex color #F7031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7031D is #08FCE2. Grayscale: #4F4F4F. Windows color (decimal): -589027 or 1901559. OLE color: 1901559.

HSL color Cylindrical-coordinate representation of color #F7031D: hue angle of 353.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 3 29 -
CMYK 0 0.99 0.88 0.03
HSL 353.61º 0.98% 0.49% -
HSV(B) 353.61º 0.99% 0.97% -
XYZ 38.61 19.93 2.97 -
YUV 78.92 99.84 247.89 -
System Red Green Blue C M Y K H S L
Decimal 247 3 29 0 0.99 0.88 0.03 353.61 0.98 0.49
Hex F7 3 1D 0 63 58 3 162 62 31
Octal 367 3 35 0 143 130 3 542 142 61
Binary 11110111 11 11101 0 1100011 1011000 11 101100010 1100010 110001

Color Harmonies of #F7031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7031D

Black with #F7031D

Text Example


Text Example

White with #F7031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7031D; }

 p { color: rgb(247,3,29); }

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

background-color css

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

 a { background-color: rgb(247,3,29); }

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

border-color css

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

 span { border-color: rgb(247,3,29); }

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