Html Css Color HEX #F2191A Torch Red

📋 copy color: '#F2191A'

red 242 ◦ green 25 ◦ blue 26

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

Shades of Torch Red #F2191A

Tints of Torch Red #F2191A

RGB

 RED value IS 242 (94.92% from 255) = 82.59%

 GREEN value IS 25 (10.16% from 255) = 8.53%

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 82.59%
G = 8.53%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2191A (or 0xF2191A) is known color: Torch Red. HEX triplet: F2, 19 and 1A. RGB value is (242,25,26). Sum of RGB (Red+Green+Blue) = 242+25+26=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F2191A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2191A is #0DE6E5. Grayscale: #5A5A5A. Windows color (decimal): -911078 or 1710578. OLE color: 1710578.

HSL color Cylindrical-coordinate representation of color #F2191A: hue angle of 359.72º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2191A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 26 -
CMYK 0 0.90 0.89 0.05
HSL 359.72º 0.89% 0.52% -
HSV(B) 359.72º 0.9% 0.95% -
XYZ 37.15 19.65 2.81 -
YUV 90 91.89 236.42 -
System Red Green Blue C M Y K H S L
Decimal 242 25 26 0 0.90 0.89 0.05 359.72 0.89 0.52
Hex F2 19 1A 0 5A 59 5 168 59 34
Octal 362 31 32 0 132 131 5 550 131 64
Binary 11110010 11001 11010 0 1011010 1011001 101 101101000 1011001 110100

Color Harmonies of #F2191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2191A

Black with #F2191A

Text Example


Text Example

White with #F2191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2191A; }

 p { color: rgb(242,25,26); }

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

background-color css

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

 a { background-color: rgb(242,25,26); }

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

border-color css

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

 span { border-color: rgb(242,25,26); }

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