Html Css Color HEX #F91231 Torch Red

📋 copy color: '#F91231'

red 249 ◦ green 18 ◦ blue 49

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

Shades of Torch Red #F91231

Tints of Torch Red #F91231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 78.8%
G = 5.7%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F91231 (or 0xF91231) is known color: Torch Red. HEX triplet: F9, 12 and 31. RGB value is (249,18,49). Sum of RGB (Red+Green+Blue) = 249+18+49=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F91231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91231 is #06EDCE. Grayscale: #5A5A5A. Windows color (decimal): -454095 or 3216121. OLE color: 3216121.

HSL color Cylindrical-coordinate representation of color #F91231: hue angle of 351.95º 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 #F91231 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 49 -
CMYK 0 0.93 0.80 0.02
HSL 351.95º 0.95% 0.52% -
HSV(B) 351.95º 0.93% 0.98% -
XYZ 39.84 20.79 4.82 -
YUV 90.6 104.53 240.98 -
System Red Green Blue C M Y K H S L
Decimal 249 18 49 0 0.93 0.80 0.02 351.95 0.95 0.52
Hex F9 12 31 0 5D 50 2 160 5F 34
Octal 371 22 61 0 135 120 2 540 137 64
Binary 11111001 10010 110001 0 1011101 1010000 10 101100000 1011111 110100

Color Harmonies of #F91231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91231

Black with #F91231

Text Example


Text Example

White with #F91231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91231; }

 p { color: rgb(249,18,49); }

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

background-color css

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

 a { background-color: rgb(249,18,49); }

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

border-color css

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

 span { border-color: rgb(249,18,49); }

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