Html Css Color HEX #F91022 Torch Red

📋 copy color: '#F91022'

red 249 ◦ green 16 ◦ blue 34

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

Shades of Torch Red #F91022

Tints of Torch Red #F91022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 83.28%
G = 5.35%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F91022 (or 0xF91022) is known color: Torch Red. HEX triplet: F9, 10 and 22. RGB value is (249,16,34). Sum of RGB (Red+Green+Blue) = 249+16+34=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F91022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91022 is #06EFDD. Grayscale: #575757. Windows color (decimal): -454622 or 2232569. OLE color: 2232569.

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

Color convert

RGB 249 16 34 -
CMYK 0 0.94 0.86 0.02
HSL 355.36º 0.95% 0.52% -
HSV(B) 355.36º 0.94% 0.98% -
XYZ 39.54 20.63 3.41 -
YUV 87.72 97.69 243.04 -
System Red Green Blue C M Y K H S L
Decimal 249 16 34 0 0.94 0.86 0.02 355.36 0.95 0.52
Hex F9 10 22 0 5E 56 2 163 5F 34
Octal 371 20 42 0 136 126 2 543 137 64
Binary 11111001 10000 100010 0 1011110 1010110 10 101100011 1011111 110100

Color Harmonies of #F91022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91022

Black with #F91022

Text Example


Text Example

White with #F91022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91022; }

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

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

background-color css

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

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

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

border-color css

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

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

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