Html Css Color HEX #F2141F Torch Red

📋 copy color: '#F2141F'

red 242 ◦ green 20 ◦ blue 31

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

Shades of Torch Red #F2141F

Tints of Torch Red #F2141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 82.59%
G = 6.83%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2141F (or 0xF2141F) is known color: Torch Red. HEX triplet: F2, 14 and 1F. RGB value is (242,20,31). Sum of RGB (Red+Green+Blue) = 242+20+31=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F2141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2141F is #0DEBE0. Grayscale: #575757. Windows color (decimal): -912353 or 2036978. OLE color: 2036978.

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

Color convert

RGB 242 20 31 -
CMYK 0 0.92 0.87 0.05
HSL 357.03º 0.9% 0.51% -
HSV(B) 357.03º 0.92% 0.95% -
XYZ 37.12 19.48 3.1 -
YUV 87.63 96.05 238.11 -
System Red Green Blue C M Y K H S L
Decimal 242 20 31 0 0.92 0.87 0.05 357.03 0.9 0.51
Hex F2 14 1F 0 5C 57 5 165 5A 33
Octal 362 24 37 0 134 127 5 545 132 63
Binary 11110010 10100 11111 0 1011100 1010111 101 101100101 1011010 110011

Color Harmonies of #F2141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2141F

Black with #F2141F

Text Example


Text Example

White with #F2141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2141F; }

 p { color: rgb(242,20,31); }

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

background-color css

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

 a { background-color: rgb(242,20,31); }

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

border-color css

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

 span { border-color: rgb(242,20,31); }

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