Html Css Color HEX #F91124 Torch Red

📋 copy color: '#F91124'

red 249 ◦ green 17 ◦ blue 36

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

Shades of Torch Red #F91124

Tints of Torch Red #F91124

RGB

 RED value IS 249 (97.66% from 255) = 82.45%

 GREEN value IS 17 (7.03% from 255) = 5.63%

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

R = 82.45%
G = 5.63%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F91124 (or 0xF91124) is known color: Torch Red. HEX triplet: F9, 11 and 24. RGB value is (249,17,36). Sum of RGB (Red+Green+Blue) = 249+17+36=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F91124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91124 is #06EEDB. Grayscale: #585858. Windows color (decimal): -454364 or 2363897. OLE color: 2363897.

HSL color Cylindrical-coordinate representation of color #F91124: hue angle of 355.09º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91124 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 17 36 -
CMYK 0 0.93 0.86 0.02
HSL 355.09º 0.95% 0.52% -
HSV(B) 355.09º 0.93% 0.98% -
XYZ 39.59 20.67 3.57 -
YUV 88.53 98.36 242.46 -
System Red Green Blue C M Y K H S L
Decimal 249 17 36 0 0.93 0.86 0.02 355.09 0.95 0.52
Hex F9 11 24 0 5D 56 2 163 5F 34
Octal 371 21 44 0 135 126 2 543 137 64
Binary 11111001 10001 100100 0 1011101 1010110 10 101100011 1011111 110100

Color Harmonies of #F91124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91124

Black with #F91124

Text Example


Text Example

White with #F91124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91124; }

 p { color: rgb(249,17,36); }

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

background-color css

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

 a { background-color: rgb(249,17,36); }

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

border-color css

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

 span { border-color: rgb(249,17,36); }

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