Html Css Color HEX #F71D30 Torch Red

📋 copy color: '#F71D30'

red 247 ◦ green 29 ◦ blue 48

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

Shades of Torch Red #F71D30

Tints of Torch Red #F71D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 76.23%
G = 8.95%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F71D30 (or 0xF71D30) is known color: Torch Red. HEX triplet: F7, 1D and 30. RGB value is (247,29,48). Sum of RGB (Red+Green+Blue) = 247+29+48=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D30 is #08E2CF. Grayscale: #606060. Windows color (decimal): -582352 or 3153399. OLE color: 3153399.

HSL color Cylindrical-coordinate representation of color #F71D30: hue angle of 354.77º 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 #F71D30 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 29 48 -
CMYK 0 0.88 0.81 0.03
HSL 354.77º 0.93% 0.54% -
HSV(B) 354.77º 0.88% 0.97% -
XYZ 39.33 20.87 4.75 -
YUV 96.35 100.72 235.46 -
System Red Green Blue C M Y K H S L
Decimal 247 29 48 0 0.88 0.81 0.03 354.77 0.93 0.54
Hex F7 1D 30 0 58 51 3 163 5D 36
Octal 367 35 60 0 130 121 3 543 135 66
Binary 11110111 11101 110000 0 1011000 1010001 11 101100011 1011101 110110

Color Harmonies of #F71D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D30

Black with #F71D30

Text Example


Text Example

White with #F71D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D30; }

 p { color: rgb(247,29,48); }

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

background-color css

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

 a { background-color: rgb(247,29,48); }

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

border-color css

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

 span { border-color: rgb(247,29,48); }

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