Html Css Color HEX #F7050D Torch Red

📋 copy color: '#F7050D'

red 247 ◦ green 5 ◦ blue 13

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

Shades of Torch Red #F7050D

Tints of Torch Red #F7050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 93.21%
G = 1.89%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7050D (or 0xF7050D) is known color: Torch Red. HEX triplet: F7, 05 and 0D. RGB value is (247,5,13). Sum of RGB (Red+Green+Blue) = 247+5+13=265 (35% of max value = 765). Red value is 247 (96.88% from 255 or 93.21% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 247 - color contains mainly: red. Hex color #F7050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7050D is #08FAF2. Grayscale: #4E4E4E. Windows color (decimal): -588531 or 853495. OLE color: 853495.

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

Color convert

RGB 247 5 13 -
CMYK 0 0.98 0.95 0.03
HSL 358.02º 0.96% 0.49% -
HSV(B) 358.02º 0.98% 0.97% -
XYZ 38.48 19.91 2.2 -
YUV 78.27 91.17 248.35 -
System Red Green Blue C M Y K H S L
Decimal 247 5 13 0 0.98 0.95 0.03 358.02 0.96 0.49
Hex F7 5 D 0 62 5F 3 166 60 31
Octal 367 5 15 0 142 137 3 546 140 61
Binary 11110111 101 1101 0 1100010 1011111 11 101100110 1100000 110001

Color Harmonies of #F7050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7050D

Black with #F7050D

Text Example


Text Example

White with #F7050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7050D; }

 p { color: rgb(247,5,13); }

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

background-color css

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

 a { background-color: rgb(247,5,13); }

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

border-color css

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

 span { border-color: rgb(247,5,13); }

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