Html Css Color HEX #F71824 Torch Red

📋 copy color: '#F71824'

red 247 ◦ green 24 ◦ blue 36

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

Shades of Torch Red #F71824

Tints of Torch Red #F71824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 80.46%
G = 7.82%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F71824 (or 0xF71824) is known color: Torch Red. HEX triplet: F7, 18 and 24. RGB value is (247,24,36). Sum of RGB (Red+Green+Blue) = 247+24+36=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F71824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71824 is #08E7DB. Grayscale: #5C5C5C. Windows color (decimal): -583644 or 2365687. OLE color: 2365687.

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

Color convert

RGB 247 24 36 -
CMYK 0 0.90 0.85 0.03
HSL 356.77º 0.93% 0.53% -
HSV(B) 356.77º 0.9% 0.97% -
XYZ 39 20.55 3.58 -
YUV 92.05 96.38 238.52 -
System Red Green Blue C M Y K H S L
Decimal 247 24 36 0 0.90 0.85 0.03 356.77 0.93 0.53
Hex F7 18 24 0 5A 55 3 165 5D 35
Octal 367 30 44 0 132 125 3 545 135 65
Binary 11110111 11000 100100 0 1011010 1010101 11 101100101 1011101 110101

Color Harmonies of #F71824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71824

Black with #F71824

Text Example


Text Example

White with #F71824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71824; }

 p { color: rgb(247,24,36); }

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

background-color css

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

 a { background-color: rgb(247,24,36); }

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

border-color css

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

 span { border-color: rgb(247,24,36); }

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