Html Css Color HEX #F2141E Torch Red

📋 copy color: '#F2141E'

red 242 ◦ green 20 ◦ blue 30

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

Shades of Torch Red #F2141E

Tints of Torch Red #F2141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 82.88%
G = 6.85%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2141E (or 0xF2141E) is known color: Torch Red. HEX triplet: F2, 14 and 1E. RGB value is (242,20,30). Sum of RGB (Red+Green+Blue) = 242+20+30=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F2141E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2141E is #0DEBE1. Grayscale: #575757. Windows color (decimal): -912354 or 1971442. OLE color: 1971442.

HSL color Cylindrical-coordinate representation of color #F2141E: hue angle of 357.3º 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 #F2141E is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 30 -
CMYK 0 0.92 0.88 0.05
HSL 357.3º 0.9% 0.51% -
HSV(B) 357.3º 0.92% 0.95% -
XYZ 37.1 19.47 3.03 -
YUV 87.52 95.55 238.19 -
System Red Green Blue C M Y K H S L
Decimal 242 20 30 0 0.92 0.88 0.05 357.3 0.9 0.51
Hex F2 14 1E 0 5C 58 5 165 5A 33
Octal 362 24 36 0 134 130 5 545 132 63
Binary 11110010 10100 11110 0 1011100 1011000 101 101100101 1011010 110011

Color Harmonies of #F2141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2141E

Black with #F2141E

Text Example


Text Example

White with #F2141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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