Html Css Color HEX #F1042C Torch Red

📋 copy color: '#F1042C'

red 241 ◦ green 4 ◦ blue 44

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

Shades of Torch Red #F1042C

Tints of Torch Red #F1042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 83.39%
G = 1.38%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1042C (or 0xF1042C) is known color: Torch Red. HEX triplet: F1, 04 and 2C. RGB value is (241,4,44). Sum of RGB (Red+Green+Blue) = 241+4+44=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F1042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1042C is #0EFBD3. Grayscale: #4F4F4F. Windows color (decimal): -981972 or 2884849. OLE color: 2884849.

HSL color Cylindrical-coordinate representation of color #F1042C: hue angle of 349.87º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1042C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 4 44 -
CMYK 0 0.98 0.82 0.05
HSL 349.87º 0.97% 0.48% -
HSV(B) 349.87º 0.98% 0.95% -
XYZ 36.77 18.97 4.11 -
YUV 79.42 108.02 243.25 -
System Red Green Blue C M Y K H S L
Decimal 241 4 44 0 0.98 0.82 0.05 349.87 0.97 0.48
Hex F1 4 2C 0 62 52 5 15E 61 30
Octal 361 4 54 0 142 122 5 536 141 60
Binary 11110001 100 101100 0 1100010 1010010 101 101011110 1100001 110000

Color Harmonies of #F1042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1042C

Black with #F1042C

Text Example


Text Example

White with #F1042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1042C; }

 p { color: rgb(241,4,44); }

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

background-color css

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

 a { background-color: rgb(241,4,44); }

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

border-color css

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

 span { border-color: rgb(241,4,44); }

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