Html Css Color HEX #F71427 Torch Red

📋 copy color: '#F71427'

red 247 ◦ green 20 ◦ blue 39

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

Shades of Torch Red #F71427

Tints of Torch Red #F71427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.54%

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 80.72%
G = 6.54%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F71427 (or 0xF71427) is known color: Torch Red. HEX triplet: F7, 14 and 27. RGB value is (247,20,39). Sum of RGB (Red+Green+Blue) = 247+20+39=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F71427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71427 is #08EBD8. Grayscale: #5A5A5A. Windows color (decimal): -584665 or 2561271. OLE color: 2561271.

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

Color convert

RGB 247 20 39 -
CMYK 0 0.92 0.84 0.03
HSL 354.98º 0.93% 0.52% -
HSV(B) 354.98º 0.92% 0.97% -
XYZ 38.97 20.42 3.81 -
YUV 90.04 99.21 239.96 -
System Red Green Blue C M Y K H S L
Decimal 247 20 39 0 0.92 0.84 0.03 354.98 0.93 0.52
Hex F7 14 27 0 5C 54 3 163 5D 34
Octal 367 24 47 0 134 124 3 543 135 64
Binary 11110111 10100 100111 0 1011100 1010100 11 101100011 1011101 110100

Color Harmonies of #F71427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71427

Black with #F71427

Text Example


Text Example

White with #F71427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71427; }

 p { color: rgb(247,20,39); }

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

background-color css

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

 a { background-color: rgb(247,20,39); }

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

border-color css

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

 span { border-color: rgb(247,20,39); }

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