Html Css Color HEX #F71D25 Torch Red

📋 copy color: '#F71D25'

red 247 ◦ green 29 ◦ blue 37

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

Shades of Torch Red #F71D25

Tints of Torch Red #F71D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 78.91%
G = 9.27%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F71D25 (or 0xF71D25) is known color: Torch Red. HEX triplet: F7, 1D and 25. RGB value is (247,29,37). Sum of RGB (Red+Green+Blue) = 247+29+37=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D25 is #08E2DA. Grayscale: #5F5F5F. Windows color (decimal): -582363 or 2432503. OLE color: 2432503.

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

Color convert

RGB 247 29 37 -
CMYK 0 0.88 0.85 0.03
HSL 357.8º 0.93% 0.54% -
HSV(B) 357.8º 0.88% 0.97% -
XYZ 39.13 20.79 3.7 -
YUV 95.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 247 29 37 0 0.88 0.85 0.03 357.8 0.93 0.54
Hex F7 1D 25 0 58 55 3 166 5D 36
Octal 367 35 45 0 130 125 3 546 135 66
Binary 11110111 11101 100101 0 1011000 1010101 11 101100110 1011101 110110

Color Harmonies of #F71D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D25

Black with #F71D25

Text Example


Text Example

White with #F71D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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