Html Css Color HEX #F11924 Torch Red

📋 copy color: '#F11924'

red 241 ◦ green 25 ◦ blue 36

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

Shades of Torch Red #F11924

Tints of Torch Red #F11924

RGB

 RED value IS 241 (94.53% from 255) = 79.8%

 GREEN value IS 25 (10.16% from 255) = 8.28%

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

R = 79.8%
G = 8.28%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F11924 (or 0xF11924) is known color: Torch Red. HEX triplet: F1, 19 and 24. RGB value is (241,25,36). Sum of RGB (Red+Green+Blue) = 241+25+36=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F11924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11924 is #0EE6DB. Grayscale: #5B5B5B. Windows color (decimal): -976604 or 2365937. OLE color: 2365937.

HSL color Cylindrical-coordinate representation of color #F11924: hue angle of 356.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11924 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 36 -
CMYK 0 0.90 0.85 0.05
HSL 356.94º 0.89% 0.52% -
HSV(B) 356.94º 0.9% 0.95% -
XYZ 36.94 19.52 3.49 -
YUV 90.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 241 25 36 0 0.90 0.85 0.05 356.94 0.89 0.52
Hex F1 19 24 0 5A 55 5 165 59 34
Octal 361 31 44 0 132 125 5 545 131 64
Binary 11110001 11001 100100 0 1011010 1010101 101 101100101 1011001 110100

Color Harmonies of #F11924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11924

Black with #F11924

Text Example


Text Example

White with #F11924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11924; }

 p { color: rgb(241,25,36); }

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

background-color css

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

 a { background-color: rgb(241,25,36); }

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

border-color css

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

 span { border-color: rgb(241,25,36); }

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