Html Css Color HEX #F71E3A Torch Red

📋 copy color: '#F71E3A'

red 247 ◦ green 30 ◦ blue 58

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

Shades of Torch Red #F71E3A

Tints of Torch Red #F71E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 73.73%
G = 8.96%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F71E3A (or 0xF71E3A) is known color: Torch Red. HEX triplet: F7, 1E and 3A. RGB value is (247,30,58). Sum of RGB (Red+Green+Blue) = 247+30+58=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E3A is #08E1C5. Grayscale: #626262. Windows color (decimal): -582086 or 3809015. OLE color: 3809015.

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

Color convert

RGB 247 30 58 -
CMYK 0 0.88 0.77 0.03
HSL 352.26º 0.93% 0.54% -
HSV(B) 352.26º 0.88% 0.97% -
XYZ 39.59 21.01 5.97 -
YUV 98.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 247 30 58 0 0.88 0.77 0.03 352.26 0.93 0.54
Hex F7 1E 3A 0 58 4D 3 160 5D 36
Octal 367 36 72 0 130 115 3 540 135 66
Binary 11110111 11110 111010 0 1011000 1001101 11 101100000 1011101 110110

Color Harmonies of #F71E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E3A

Black with #F71E3A

Text Example


Text Example

White with #F71E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E3A; }

 p { color: rgb(247,30,58); }

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

background-color css

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

 a { background-color: rgb(247,30,58); }

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

border-color css

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

 span { border-color: rgb(247,30,58); }

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