Html Css Color HEX #F7031C Torch Red

📋 copy color: '#F7031C'

red 247 ◦ green 3 ◦ blue 28

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

Shades of Torch Red #F7031C

Tints of Torch Red #F7031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 88.85%
G = 1.08%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7031C (or 0xF7031C) is known color: Torch Red. HEX triplet: F7, 03 and 1C. RGB value is (247,3,28). Sum of RGB (Red+Green+Blue) = 247+3+28=278 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.85% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 247 - color contains mainly: red. Hex color #F7031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7031C is #08FCE3. Grayscale: #4E4E4E. Windows color (decimal): -589028 or 1836023. OLE color: 1836023.

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

Color convert

RGB 247 3 28 -
CMYK 0 0.99 0.89 0.03
HSL 353.85º 0.98% 0.49% -
HSV(B) 353.85º 0.99% 0.97% -
XYZ 38.6 19.92 2.91 -
YUV 78.81 99.34 247.97 -
System Red Green Blue C M Y K H S L
Decimal 247 3 28 0 0.99 0.89 0.03 353.85 0.98 0.49
Hex F7 3 1C 0 63 59 3 162 62 31
Octal 367 3 34 0 143 131 3 542 142 61
Binary 11110111 11 11100 0 1100011 1011001 11 101100010 1100010 110001

Color Harmonies of #F7031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7031C

Black with #F7031C

Text Example


Text Example

White with #F7031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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