Html Css Color HEX #F91522 Torch Red

📋 copy color: '#F91522'

red 249 ◦ green 21 ◦ blue 34

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

Shades of Torch Red #F91522

Tints of Torch Red #F91522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 81.91%
G = 6.91%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F91522 (or 0xF91522) is known color: Torch Red. HEX triplet: F9, 15 and 22. RGB value is (249,21,34). Sum of RGB (Red+Green+Blue) = 249+21+34=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F91522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91522 is #06EADD. Grayscale: #5A5A5A. Windows color (decimal): -453342 or 2233849. OLE color: 2233849.

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

Color convert

RGB 249 21 34 -
CMYK 0 0.92 0.86 0.02
HSL 356.58º 0.95% 0.53% -
HSV(B) 356.58º 0.92% 0.98% -
XYZ 39.62 20.79 3.44 -
YUV 90.65 96.04 240.94 -
System Red Green Blue C M Y K H S L
Decimal 249 21 34 0 0.92 0.86 0.02 356.58 0.95 0.53
Hex F9 15 22 0 5C 56 2 165 5F 35
Octal 371 25 42 0 134 126 2 545 137 65
Binary 11111001 10101 100010 0 1011100 1010110 10 101100101 1011111 110101

Color Harmonies of #F91522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91522

Black with #F91522

Text Example


Text Example

White with #F91522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91522; }

 p { color: rgb(249,21,34); }

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

background-color css

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

 a { background-color: rgb(249,21,34); }

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

border-color css

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

 span { border-color: rgb(249,21,34); }

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