Html Css Color HEX #F1142B Torch Red

📋 copy color: '#F1142B'

red 241 ◦ green 20 ◦ blue 43

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

Shades of Torch Red #F1142B

Tints of Torch Red #F1142B

RGB

 RED value IS 241 (94.53% from 255) = 79.28%

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

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

R = 79.28%
G = 6.58%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1142B (or 0xF1142B) is known color: Torch Red. HEX triplet: F1, 14 and 2B. RGB value is (241,20,43). Sum of RGB (Red+Green+Blue) = 241+20+43=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1142B is #0EEBD4. Grayscale: #585858. Windows color (decimal): -977877 or 2823409. OLE color: 2823409.

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

Color convert

RGB 241 20 43 -
CMYK 0 0.92 0.82 0.05
HSL 353.76º 0.89% 0.51% -
HSV(B) 353.76º 0.92% 0.95% -
XYZ 36.96 19.38 4.08 -
YUV 88.7 102.22 236.63 -
System Red Green Blue C M Y K H S L
Decimal 241 20 43 0 0.92 0.82 0.05 353.76 0.89 0.51
Hex F1 14 2B 0 5C 52 5 162 59 33
Octal 361 24 53 0 134 122 5 542 131 63
Binary 11110001 10100 101011 0 1011100 1010010 101 101100010 1011001 110011

Color Harmonies of #F1142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1142B

Black with #F1142B

Text Example


Text Example

White with #F1142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1142B; }

 p { color: rgb(241,20,43); }

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

background-color css

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

 a { background-color: rgb(241,20,43); }

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

border-color css

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

 span { border-color: rgb(241,20,43); }

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