Html Css Color HEX #F71540 Torch Red

📋 copy color: '#F71540'

red 247 ◦ green 21 ◦ blue 64

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

Shades of Torch Red #F71540

Tints of Torch Red #F71540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 74.4%
G = 6.33%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F71540 (or 0xF71540) is known color: Torch Red. HEX triplet: F7, 15 and 40. RGB value is (247,21,64). Sum of RGB (Red+Green+Blue) = 247+21+64=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F71540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71540 is #08EABF. Grayscale: #5D5D5D. Windows color (decimal): -584384 or 4199927. OLE color: 4199927.

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

Color convert

RGB 247 21 64 -
CMYK 0 0.91 0.74 0.03
HSL 348.58º 0.93% 0.53% -
HSV(B) 348.58º 0.91% 0.97% -
XYZ 39.55 20.68 6.76 -
YUV 93.48 111.37 237.5 -
System Red Green Blue C M Y K H S L
Decimal 247 21 64 0 0.91 0.74 0.03 348.58 0.93 0.53
Hex F7 15 40 0 5B 4A 3 15D 5D 35
Octal 367 25 100 0 133 112 3 535 135 65
Binary 11110111 10101 1000000 0 1011011 1001010 11 101011101 1011101 110101

Color Harmonies of #F71540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71540

Black with #F71540

Text Example


Text Example

White with #F71540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71540; }

 p { color: rgb(247,21,64); }

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

background-color css

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

 a { background-color: rgb(247,21,64); }

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

border-color css

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

 span { border-color: rgb(247,21,64); }

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