Html Css Color HEX #F2161A Torch Red

📋 copy color: '#F2161A'

red 242 ◦ green 22 ◦ blue 26

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

Shades of Torch Red #F2161A

Tints of Torch Red #F2161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 83.45%
G = 7.59%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2161A (or 0xF2161A) is known color: Torch Red. HEX triplet: F2, 16 and 1A. RGB value is (242,22,26). Sum of RGB (Red+Green+Blue) = 242+22+26=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F2161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2161A is #0DE9E5. Grayscale: #585858. Windows color (decimal): -911846 or 1709810. OLE color: 1709810.

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

Color convert

RGB 242 22 26 -
CMYK 0 0.91 0.89 0.05
HSL 358.91º 0.89% 0.52% -
HSV(B) 358.91º 0.91% 0.95% -
XYZ 37.09 19.53 2.79 -
YUV 88.24 92.89 237.67 -
System Red Green Blue C M Y K H S L
Decimal 242 22 26 0 0.91 0.89 0.05 358.91 0.89 0.52
Hex F2 16 1A 0 5B 59 5 167 59 34
Octal 362 26 32 0 133 131 5 547 131 64
Binary 11110010 10110 11010 0 1011011 1011001 101 101100111 1011001 110100

Color Harmonies of #F2161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2161A

Black with #F2161A

Text Example


Text Example

White with #F2161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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