Html Css Color HEX #F9222B Torch Red

📋 copy color: '#F9222B'

red 249 ◦ green 34 ◦ blue 43

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

Shades of Torch Red #F9222B

Tints of Torch Red #F9222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 76.38%
G = 10.43%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9222B (or 0xF9222B) is known color: Torch Red. HEX triplet: F9, 22 and 2B. RGB value is (249,34,43). Sum of RGB (Red+Green+Blue) = 249+34+43=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F9222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9222B is #06DDD4. Grayscale: #636363. Windows color (decimal): -450005 or 2827001. OLE color: 2827001.

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

Color convert

RGB 249 34 43 -
CMYK 0 0.86 0.83 0.02
HSL 357.49º 0.95% 0.55% -
HSV(B) 357.49º 0.86% 0.98% -
XYZ 40.08 21.46 4.32 -
YUV 99.31 96.23 234.77 -
System Red Green Blue C M Y K H S L
Decimal 249 34 43 0 0.86 0.83 0.02 357.49 0.95 0.55
Hex F9 22 2B 0 56 53 2 165 5F 37
Octal 371 42 53 0 126 123 2 545 137 67
Binary 11111001 100010 101011 0 1010110 1010011 10 101100101 1011111 110111

Color Harmonies of #F9222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9222B

Black with #F9222B

Text Example


Text Example

White with #F9222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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