Html Css Color HEX #F5071D Torch Red

📋 copy color: '#F5071D'

red 245 ◦ green 7 ◦ blue 29

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

Shades of Torch Red #F5071D

Tints of Torch Red #F5071D

RGB

 RED value IS 245 (96.09% from 255) = 87.19%

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 87.19%
G = 2.49%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5071D (or 0xF5071D) is known color: Torch Red. HEX triplet: F5, 07 and 1D. RGB value is (245,7,29). Sum of RGB (Red+Green+Blue) = 245+7+29=281 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.19% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 245 - color contains mainly: red. Hex color #F5071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5071D is #0AF8E2. Grayscale: #505050. Windows color (decimal): -719075 or 1902581. OLE color: 1902581.

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

Color convert

RGB 245 7 29 -
CMYK 0 0.97 0.88 0.04
HSL 354.45º 0.94% 0.49% -
HSV(B) 354.45º 0.97% 0.96% -
XYZ 37.95 19.65 2.96 -
YUV 80.67 98.85 245.21 -
System Red Green Blue C M Y K H S L
Decimal 245 7 29 0 0.97 0.88 0.04 354.45 0.94 0.49
Hex F5 7 1D 0 61 58 4 162 5E 31
Octal 365 7 35 0 141 130 4 542 136 61
Binary 11110101 111 11101 0 1100001 1011000 100 101100010 1011110 110001

Color Harmonies of #F5071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5071D

Black with #F5071D

Text Example


Text Example

White with #F5071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5071D; }

 p { color: rgb(245,7,29); }

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

background-color css

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

 a { background-color: rgb(245,7,29); }

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

border-color css

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

 span { border-color: rgb(245,7,29); }

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